de.ukn.hci.squidy.manager.data
Enum IData.Type
java.lang.Object
java.lang.Enum<IData.Type>
de.ukn.hci.squidy.manager.data.IData.Type
- All Implemented Interfaces:
- Serializable, Comparable<IData.Type>
- Enclosing interface:
- IData
public static enum IData.Type
- extends Enum<IData.Type>
|
Method Summary |
int |
getTypeInt()
|
static IData.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IData.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
ACCELERATION
public static final IData.Type ACCELERATION
ANALOG
public static final IData.Type ANALOG
BUTTON
public static final IData.Type BUTTON
DIGITAL
public static final IData.Type DIGITAL
FINGER
public static final IData.Type FINGER
GESTURE
public static final IData.Type GESTURE
GLOVE
public static final IData.Type GLOVE
HAND
public static final IData.Type HAND
INERTIAL
public static final IData.Type INERTIAL
KEY
public static final IData.Type KEY
OBJECT
public static final IData.Type OBJECT
POSITION2D
public static final IData.Type POSITION2D
POSITION3D
public static final IData.Type POSITION3D
POSITION6D
public static final IData.Type POSITION6D
STRING
public static final IData.Type STRING
VOID
public static final IData.Type VOID
typeInt
public final int typeInt
values
public static IData.Type[] 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 (IData.Type c : IData.Type.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static IData.Type 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
getTypeInt
public int getTypeInt()
Copyright © 2007-2010 Human-Computer-Interaction :: University of Konstanz. All Rights Reserved.