synergynetframework.config.table
Enum TableConfigPrefsItem.TableType

java.lang.Object
  extended by java.lang.Enum<TableConfigPrefsItem.TableType>
      extended by synergynetframework.config.table.TableConfigPrefsItem.TableType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<TableConfigPrefsItem.TableType>
Enclosing class:
TableConfigPrefsItem

public static enum TableConfigPrefsItem.TableType
extends java.lang.Enum<TableConfigPrefsItem.TableType>

The Enum TableType.


Enum Constant Summary
EVOLUCE
          The evoluce.
JMEDIRECT
          The jmedirect.
TUIO
          The tuio.
TUIOSIM
          The tuiosim.
WIN7
          The WI n7.
WIN7_64bitJava
          The WI n7_64bit java.
 
Method Summary
static TableConfigPrefsItem.TableType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TableConfigPrefsItem.TableType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

EVOLUCE

public static final TableConfigPrefsItem.TableType EVOLUCE
The evoluce.


JMEDIRECT

public static final TableConfigPrefsItem.TableType JMEDIRECT
The jmedirect.


TUIO

public static final TableConfigPrefsItem.TableType TUIO
The tuio.


TUIOSIM

public static final TableConfigPrefsItem.TableType TUIOSIM
The tuiosim.


WIN7

public static final TableConfigPrefsItem.TableType WIN7
The WI n7.


WIN7_64bitJava

public static final TableConfigPrefsItem.TableType WIN7_64bitJava
The WI n7_64bit java.

Method Detail

values

public static TableConfigPrefsItem.TableType[] 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 (TableConfigPrefsItem.TableType c : TableConfigPrefsItem.TableType.values())
    System.out.println(c);

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

valueOf

public static TableConfigPrefsItem.TableType valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null