public static enum MetadataEnricher.Type extends Enum<MetadataEnricher.Type>
Enum Constant and Description |
---|
ANNOTATION |
LABEL |
Modifier and Type | Method and Description |
---|---|
static MetadataEnricher.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataEnricher.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetadataEnricher.Type LABEL
public static final MetadataEnricher.Type ANNOTATION
public static MetadataEnricher.Type[] values()
for (MetadataEnricher.Type c : MetadataEnricher.Type.values()) System.out.println(c);
public static MetadataEnricher.Type valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2016. All rights reserved.