|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<MessageParameterType>
com.kuka.roboticsAPI.controllerModel.sunrise.connectionLib.MessageParameterType
public enum MessageParameterType
Defines the parameter types accepted by a message.
| Enum Constant Summary | |
|---|---|
BLOB
ByteArray parameter. |
|
BLOBNamed
ByteArray parameter. |
|
Double
Double parameter. |
|
DoubleArray
Double array. |
|
DoubleArrayNamed
Double array. |
|
DoubleNamed
Double parameter. |
|
Integer
Integer parameter. |
|
IntegerArray
Integer array. |
|
IntegerArrayNamed
Integer array. |
|
IntegerNamed
Integer parameter. |
|
String
String parameter. |
|
StringNamed
String parameter. |
|
Unknown
Unknown parameter. |
|
| Method Summary | |
|---|---|
static MessageParameterType |
fromId(int id)
Creates a message parameter type out of the given id. |
int |
getId()
Gets the id of the message parameter type. |
boolean |
isNamed()
true if type is named. |
static MessageParameterType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MessageParameterType[] |
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 MessageParameterType String
public static final MessageParameterType Integer
public static final MessageParameterType Double
public static final MessageParameterType BLOB
public static final MessageParameterType IntegerArray
public static final MessageParameterType DoubleArray
public static final MessageParameterType StringNamed
public static final MessageParameterType IntegerNamed
public static final MessageParameterType DoubleNamed
public static final MessageParameterType BLOBNamed
public static final MessageParameterType IntegerArrayNamed
public static final MessageParameterType DoubleArrayNamed
public static final MessageParameterType Unknown
| Method Detail |
|---|
public static MessageParameterType[] values()
for (MessageParameterType c : MessageParameterType.values()) System.out.println(c);
public static MessageParameterType 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 MessageParameterType fromId(int id)
id - The id of the message parameter.
public boolean isNamed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||