Package org.purl.dc.dcmitype
Enum Class DCMITypeMember0
- All Implemented Interfaces:
Serializable
,Comparable<DCMITypeMember0>
,Constable
,org.eclipse.emf.common.util.Enumerator
A representation of the literals of the enumeration 'Member0',
and utility methods for working with them.
- See Also:
-
DCMITypePackageImpl.getDCMITypeMember0()
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionThe 'Collection' literal object.The 'Dataset' literal object.The 'Event' literal object.The 'Image' literal object.The 'Interactive Resource' literal object.The 'Moving Image' literal object.The 'Physical Object' literal object.The 'Service' literal object.The 'Software' literal object.The 'Sound' literal object.The 'Still Image' literal object.The 'Text' literal object. -
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The 'Collection' literal value.static final int
The 'Dataset' literal value.static final int
The 'Event' literal value.static final int
The 'Image' literal value.static final int
The 'Interactive Resource' literal value.static final int
The 'Moving Image' literal value.static final int
The 'Physical Object' literal value.static final int
The 'Service' literal value.static final int
The 'Software' literal value.static final int
The 'Sound' literal value.static final int
The 'Still Image' literal value.static final int
The 'Text' literal value.static final List<DCMITypeMember0>
A public read-only list of all the 'Member0' enumerators. -
Method Summary
Modifier and TypeMethodDescriptionstatic DCMITypeMember0
get
(int value) Returns the 'Member0' literal with the specified integer value.static DCMITypeMember0
Returns the 'Member0' literal with the specified literal value.static DCMITypeMember0
Returns the 'Member0' literal with the specified name.getName()
int
getValue()
toString()
Returns the literal value of the enumerator, which is its string representation.static DCMITypeMember0
Returns the enum constant of this class with the specified name.static DCMITypeMember0[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
COLLECTION
The 'Collection' literal object.- See Also:
-
DATASET
The 'Dataset' literal object.- See Also:
-
EVENT
The 'Event' literal object.- See Also:
-
IMAGE
The 'Image' literal object.- See Also:
-
MOVING_IMAGE
The 'Moving Image' literal object.- See Also:
-
STILL_IMAGE
The 'Still Image' literal object.- See Also:
-
INTERACTIVE_RESOURCE
The 'Interactive Resource' literal object.- See Also:
-
SERVICE
The 'Service' literal object.- See Also:
-
SOFTWARE
The 'Software' literal object.- See Also:
-
SOUND
The 'Sound' literal object.- See Also:
-
TEXT
The 'Text' literal object.- See Also:
-
PHYSICAL_OBJECT
The 'Physical Object' literal object.- See Also:
-
-
Field Details
-
COLLECTION_VALUE
public static final int COLLECTION_VALUEThe 'Collection' literal value.- See Also:
-
DATASET_VALUE
public static final int DATASET_VALUEThe 'Dataset' literal value.- See Also:
-
EVENT_VALUE
public static final int EVENT_VALUEThe 'Event' literal value.- See Also:
-
IMAGE_VALUE
public static final int IMAGE_VALUEThe 'Image' literal value.- See Also:
-
MOVING_IMAGE_VALUE
public static final int MOVING_IMAGE_VALUEThe 'Moving Image' literal value.- See Also:
-
STILL_IMAGE_VALUE
public static final int STILL_IMAGE_VALUEThe 'Still Image' literal value.- See Also:
-
INTERACTIVE_RESOURCE_VALUE
public static final int INTERACTIVE_RESOURCE_VALUEThe 'Interactive Resource' literal value.- See Also:
-
SERVICE_VALUE
public static final int SERVICE_VALUEThe 'Service' literal value.- See Also:
-
SOFTWARE_VALUE
public static final int SOFTWARE_VALUEThe 'Software' literal value.- See Also:
-
SOUND_VALUE
public static final int SOUND_VALUEThe 'Sound' literal value.- See Also:
-
TEXT_VALUE
public static final int TEXT_VALUEThe 'Text' literal value.- See Also:
-
PHYSICAL_OBJECT_VALUE
public static final int PHYSICAL_OBJECT_VALUEThe 'Physical Object' literal value.- See Also:
-
VALUES
A public read-only list of all the 'Member0' enumerators.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
get
Returns the 'Member0' literal with the specified literal value.- Parameters:
literal
- the literal.- Returns:
- the matching enumerator or
null
.
-
getByName
Returns the 'Member0' literal with the specified name.- Parameters:
name
- the name.- Returns:
- the matching enumerator or
null
.
-
get
Returns the 'Member0' literal with the specified integer value.- Parameters:
value
- the integer value.- Returns:
- the matching enumerator or
null
.
-
getValue
public int getValue()- Specified by:
getValue
in interfaceorg.eclipse.emf.common.util.Enumerator
-
getName
- Specified by:
getName
in interfaceorg.eclipse.emf.common.util.Enumerator
-
getLiteral
- Specified by:
getLiteral
in interfaceorg.eclipse.emf.common.util.Enumerator
-
toString
Returns the literal value of the enumerator, which is its string representation.- Overrides:
toString
in classEnum<DCMITypeMember0>
-