Uses of Enum Class
org.purl.dc.dcmitype.DCMITypeMember0
-
Uses of DCMITypeMember0 in org.purl.dc.dcmitype
Modifier and TypeFieldDescriptionstatic final List<DCMITypeMember0>
DCMITypeMember0.VALUES
A public read-only list of all the 'Member0' enumerators.Modifier and TypeMethodDescriptionstatic DCMITypeMember0
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.static DCMITypeMember0
Returns the enum constant of this class with the specified name.static DCMITypeMember0[]
DCMITypeMember0.values()
Returns an array containing the constants of this enum class, in the order they are declared.