public static enum MetadataIdentifier.KeyTypeEnum extends Enum<MetadataIdentifier.KeyTypeEnum>
| Enum Constant and Description |
|---|
PATH |
UNIQUE_KEY |
| Modifier and Type | Method and Description |
|---|---|
static MetadataIdentifier.KeyTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataIdentifier.KeyTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetadataIdentifier.KeyTypeEnum PATH
public static final MetadataIdentifier.KeyTypeEnum UNIQUE_KEY
public static MetadataIdentifier.KeyTypeEnum[] values()
for (MetadataIdentifier.KeyTypeEnum c : MetadataIdentifier.KeyTypeEnum.values()) System.out.println(c);
public static MetadataIdentifier.KeyTypeEnum 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 © 2011–2019 The Apache Software Foundation. All rights reserved.