public enum SimpleMetadataScheme extends Enum<SimpleMetadataScheme>
| Modifier and Type | Method and Description |
|---|---|
static SimpleMetadataScheme |
fromValue(String v) |
String |
value() |
static SimpleMetadataScheme |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimpleMetadataScheme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimpleMetadataScheme OLAC
public static final SimpleMetadataScheme CMDI
public static SimpleMetadataScheme[] values()
for (SimpleMetadataScheme c : SimpleMetadataScheme.values()) System.out.println(c);
public static SimpleMetadataScheme 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 nullpublic String value()
public static SimpleMetadataScheme fromValue(String v)
Copyright © 2014. All rights reserved.