public static enum IOD.DataElementType extends Enum<IOD.DataElementType>
Modifier and Type | Method and Description |
---|---|
static IOD.DataElementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IOD.DataElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IOD.DataElementType TYPE_0
public static final IOD.DataElementType TYPE_1
public static final IOD.DataElementType TYPE_2
public static final IOD.DataElementType TYPE_3
public static IOD.DataElementType[] values()
for (IOD.DataElementType c : IOD.DataElementType.values()) System.out.println(c);
public static IOD.DataElementType 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 © 2017 dcm4che.org. All rights reserved.