com.kuka.roboticsAPI.persistenceModel.processDataModel.generated
Enum ValidProcessDataTypes

java.lang.Object
  extended by java.lang.Enum<ValidProcessDataTypes>
      extended by com.kuka.roboticsAPI.persistenceModel.processDataModel.generated.ValidProcessDataTypes
All Implemented Interfaces:
Serializable, Comparable<ValidProcessDataTypes>

public enum ValidProcessDataTypes
extends 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

JAVA_LANG_BOOLEAN

public static final ValidProcessDataTypes JAVA_LANG_BOOLEAN

JAVA_LANG_INTEGER

public static final ValidProcessDataTypes JAVA_LANG_INTEGER

JAVA_LANG_DOUBLE

public static final ValidProcessDataTypes JAVA_LANG_DOUBLE

JAVA_LANG_STRING

public static final ValidProcessDataTypes JAVA_LANG_STRING
Method Detail

values

public static ValidProcessDataTypes[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ValidProcessDataTypes c : ValidProcessDataTypes.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ValidProcessDataTypes valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

value

public String value()
Returns:
Returns the type value.

fromValue

public static ValidProcessDataTypes fromValue(String v)
Returns the process data value type.

Parameters:
v - the type
Returns:
the converted process data type.


Copyright © 2019. All rights reserved.