public static enum DNXProfile.MetsMapping extends java.lang.Enum<DNXProfile.MetsMapping>
| Enum Constant and Description |
|---|
DIGIPROVMD |
RIGHTSMD |
SOURCEMD |
TECHMD |
| Modifier and Type | Method and Description |
|---|---|
static DNXProfile.MetsMapping |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DNXProfile.MetsMapping[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DNXProfile.MetsMapping TECHMD
public static final DNXProfile.MetsMapping DIGIPROVMD
public static final DNXProfile.MetsMapping RIGHTSMD
public static final DNXProfile.MetsMapping SOURCEMD
public static DNXProfile.MetsMapping[] values()
for (DNXProfile.MetsMapping c : DNXProfile.MetsMapping.values()) System.out.println(c);
public static DNXProfile.MetsMapping valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null