public enum ProfileURN extends Enum<ProfileURN>
Java class for ProfileURN.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ProfileURN">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Plasma_SDO_Profile_v1_1.mdxml"/>
<enumeration value="PlasmaSDO.profile_v1_1.uml"/>
<enumeration value="PlasmaSDODataTypes_v1_1.uml"/>
<enumeration value="Plasma_SDO_Profile_v1_2.mdxml"/>
<enumeration value="PlasmaSDO.profile_v1_2.uml"/>
<enumeration value="PlasmaSDODataTypes_v1_2.uml"/>
</restriction>
</simpleType>
| Modifier and Type | Method and Description |
|---|---|
static ProfileURN |
fromValue(String v) |
String |
value() |
static ProfileURN |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProfileURN[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProfileURN PLASMA___SDO___PROFILE___V_1___1___MDXML
public static final ProfileURN PLASMA_SDO___PROFILE___V_1___1___UML
public static final ProfileURN PLASMA_SDO_DATA_TYPES___V_1___1___UML
public static final ProfileURN PLASMA___SDO___PROFILE___V_1___2___MDXML
public static final ProfileURN PLASMA_SDO___PROFILE___V_1___2___UML
public static final ProfileURN PLASMA_SDO_DATA_TYPES___V_1___2___UML
public static ProfileURN[] values()
for (ProfileURN c : ProfileURN.values()) System.out.println(c);
public static ProfileURN 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 nullpublic String value()
public static ProfileURN fromValue(String v)
Copyright © 2015. All rights reserved.