public enum EnumDCMIDataType extends Enum<EnumDCMIDataType>
We provide a toString() implementation to get the description of the data
type data element in the pattern
| Enum Constant and Description |
|---|
COLLECTION
An aggregation of resources.
|
DATASET
Data encoded in a defined structure.
|
EVENT
A non-persistent, time-based occurrence.
|
IMAGE
A visual representation other than text.
|
INTERACTIVERESOURCE
A resource requiring interaction from the user to be understood,
executed, or experienced.
|
MOVINGIMAGE
A series of visual representations imparting an impression of motion when
shown in succession.
|
PHYSICALOBJECT
An inanimate, three-dimensional object or substance.
|
SERVICE
A system that provides one or more functions. : Examples include a
photocopying service, a banking service, an authentication service,
interlibrary loans, a Z39.50 or Web server
|
SOFTWARE
A computer program in source or compiled form.
|
SOUND
A resource primarily intended to be heard.
|
STILLIMAGE
A static visual representation.
|
TEXT
A resource consisting primarily of words for reading.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumDCMIDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumDCMIDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumDCMIDataType COLLECTION
public static final EnumDCMIDataType DATASET
public static final EnumDCMIDataType EVENT
public static final EnumDCMIDataType IMAGE
public static final EnumDCMIDataType INTERACTIVERESOURCE
public static final EnumDCMIDataType MOVINGIMAGE
public static final EnumDCMIDataType PHYSICALOBJECT
public static final EnumDCMIDataType SERVICE
public static final EnumDCMIDataType SOFTWARE
public static final EnumDCMIDataType SOUND
public static final EnumDCMIDataType STILLIMAGE
public static final EnumDCMIDataType TEXT
public static EnumDCMIDataType[] values()
for (EnumDCMIDataType c : EnumDCMIDataType.values()) System.out.println(c);
public static EnumDCMIDataType 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 © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.