Uses of Enum Class
org.purl.dc.dcmitype.DCMITypeMember0
Packages that use DCMITypeMember0
-
Uses of DCMITypeMember0 in org.purl.dc.dcmitype
Fields in org.purl.dc.dcmitype with type parameters of type DCMITypeMember0Modifier and TypeFieldDescriptionstatic final List<DCMITypeMember0>DCMITypeMember0.VALUESA public read-only list of all the 'Member0' enumerators.Methods in org.purl.dc.dcmitype that return DCMITypeMember0Modifier and TypeMethodDescriptionstatic DCMITypeMember0DCMITypeMember0.get(int value) Returns the 'Member0' literal with the specified integer value.static DCMITypeMember0Returns the 'Member0' literal with the specified literal value.static DCMITypeMember0Returns the 'Member0' literal with the specified name.static DCMITypeMember0Returns 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.