|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TypeIdentifier>
com.kuka.roboticsAPI.controllerModel.sunrise.connectionLib.TypeIdentifier
public enum TypeIdentifier
Identifier for Sunrise data type identification.
| Enum Constant Summary | |
|---|---|
Bool
Identifying a BoolType. |
|
Double
Identifying a DoubleType. |
|
Float
Identifying a FloatType. |
|
Group
Identifying a Group (complex) type. |
|
Integer
Identifying a IntegerType. |
|
Numeric
Identifying a NumericType. |
|
String
Identifying a CharType. |
|
Unknown
Identifying a UnknownType. |
|
| Method Summary | |
|---|---|
static TypeIdentifier |
fromName(String type)
Constructs a type identifier for a name. |
int |
getId()
Gets the id of the type identifier. |
String |
toString()
|
static TypeIdentifier |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TypeIdentifier[] |
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, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TypeIdentifier Integer
public static final TypeIdentifier Float
public static final TypeIdentifier Double
public static final TypeIdentifier Bool
public static final TypeIdentifier String
public static final TypeIdentifier Numeric
public static final TypeIdentifier Unknown
public static final TypeIdentifier Group
| Method Detail |
|---|
public static TypeIdentifier[] values()
for (TypeIdentifier c : TypeIdentifier.values()) System.out.println(c);
public static TypeIdentifier 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 int getId()
public static TypeIdentifier fromName(String type)
type - The type name.
public String toString()
toString in class Enum<TypeIdentifier>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||