TestApp.types
Class GehaltsgruppeType

java.lang.Object
  |
  +--TestApp.types.GehaltsgruppeType
All Implemented Interfaces:
java.io.Serializable

public class GehaltsgruppeType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private static java.util.Hashtable _memberTable
           
private  java.lang.String stringValue
           
private  int type
           
static TestApp.types.GehaltsgruppeType VALUE_0
          The instance of the 1 type
static int VALUE_0_TYPE
          The 1 type
static TestApp.types.GehaltsgruppeType VALUE_1
          The instance of the 1a type
static int VALUE_1_TYPE
          The 1a type
static TestApp.types.GehaltsgruppeType VALUE_2
          The instance of the 2 type
static int VALUE_2_TYPE
          The 2 type
 
Constructor Summary
private GehaltsgruppeType(int type, java.lang.String value)
           
 
Method Summary
static java.util.Enumeration enumerate()
          Returns an enumeration of all possible instances of GehaltsgruppeType
 int getType()
          Returns the type of this GehaltsgruppeType
private static java.util.Hashtable init()
           
 java.lang.String toString()
          Returns the String representation of this GehaltsgruppeType
static TestApp.types.GehaltsgruppeType valueOf(java.lang.String string)
          Returns a new GehaltsgruppeType based on the given String value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

VALUE_0_TYPE

public static final int VALUE_0_TYPE
The 1 type

See Also:
Constant Field Values

VALUE_0

public static final TestApp.types.GehaltsgruppeType VALUE_0
The instance of the 1 type


VALUE_1_TYPE

public static final int VALUE_1_TYPE
The 1a type

See Also:
Constant Field Values

VALUE_1

public static final TestApp.types.GehaltsgruppeType VALUE_1
The instance of the 1a type


VALUE_2_TYPE

public static final int VALUE_2_TYPE
The 2 type

See Also:
Constant Field Values

VALUE_2

public static final TestApp.types.GehaltsgruppeType VALUE_2
The instance of the 2 type


_memberTable

private static java.util.Hashtable _memberTable

type

private int type

stringValue

private java.lang.String stringValue
Constructor Detail

GehaltsgruppeType

private GehaltsgruppeType(int type,
                          java.lang.String value)
Method Detail

enumerate

public static java.util.Enumeration enumerate()
Returns an enumeration of all possible instances of GehaltsgruppeType


getType

public int getType()
Returns the type of this GehaltsgruppeType


init

private static java.util.Hashtable init()

toString

public java.lang.String toString()
Returns the String representation of this GehaltsgruppeType

Overrides:
toString in class java.lang.Object

valueOf

public static TestApp.types.GehaltsgruppeType valueOf(java.lang.String string)
Returns a new GehaltsgruppeType based on the given String value.

Parameters:
string -