|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ValidProcessDataTypes>
com.kuka.roboticsAPI.persistenceModel.processDataModel.generated.ValidProcessDataTypes
public enum ValidProcessDataTypes
Java class for validProcessDataTypes.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="validProcessDataTypes">
<restriction base="{}validProcessDataType">
<enumeration value="java.lang.Boolean"/>
<enumeration value="java.lang.Integer"/>
<enumeration value="java.lang.Double"/>
<enumeration value="java.lang.String"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
JAVA_LANG_BOOLEAN
|
|
JAVA_LANG_DOUBLE
|
|
JAVA_LANG_INTEGER
|
|
JAVA_LANG_STRING
|
|
| Method Summary | |
|---|---|
static ValidProcessDataTypes |
fromValue(String v)
Returns the process data value type. |
String |
value()
|
static ValidProcessDataTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ValidProcessDataTypes[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ValidProcessDataTypes JAVA_LANG_BOOLEAN
public static final ValidProcessDataTypes JAVA_LANG_INTEGER
public static final ValidProcessDataTypes JAVA_LANG_DOUBLE
public static final ValidProcessDataTypes JAVA_LANG_STRING
| Method Detail |
|---|
public static ValidProcessDataTypes[] values()
for (ValidProcessDataTypes c : ValidProcessDataTypes.values()) System.out.println(c);
public static ValidProcessDataTypes valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String value()
public static ValidProcessDataTypes fromValue(String v)
v - the type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||