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>
| Enum Constant and Description |
|---|
PLASMA_SDO_DATA_TYPES_V_1_1_UML |
PLASMA_SDO_DATA_TYPES_V_1_2_UML |
PLASMA_SDO_PROFILE_V_1_1_MDXML |
PLASMA_SDO_PROFILE_V_1_1_UML |
PLASMA_SDO_PROFILE_V_1_2_MDXML |
PLASMA_SDO_PROFILE_V_1_2_UML |
| 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 © 2017. All rights reserved.