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