public enum MetadataProperty extends Enum<MetadataProperty>
| Enum Constant and Description |
|---|
IS_PUBLIC |
WORKSPACE_ID |
| Modifier and Type | Method and Description |
|---|---|
static MetadataProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetadataProperty WORKSPACE_ID
public static final MetadataProperty IS_PUBLIC
public static MetadataProperty[] values()
for (MetadataProperty c : MetadataProperty.values()) System.out.println(c);
public static MetadataProperty 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 © 2018. All Rights Reserved.