sbnmarc.types
Class SbnRespons

java.lang.Object
  |
  +--sbnmarc.types.SbnRespons
All Implemented Interfaces:
java.io.Serializable

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

Responsabilita' autore SBN

See Also:
Serialized Form

Field Summary
static SbnRespons VALUE_0
          The instance of the 0 type
static int VALUE_0_TYPE
          The 0 type
static SbnRespons VALUE_1
          The instance of the 1 type
static int VALUE_1_TYPE
          The 1 type
static SbnRespons VALUE_2
          The instance of the 2 type
static int VALUE_2_TYPE
          The 2 type
static SbnRespons VALUE_3
          The instance of the 3 type
static int VALUE_3_TYPE
          The 3 type
static SbnRespons VALUE_4
          The instance of the 4 type
static int VALUE_4_TYPE
          The 4 type
 
Method Summary
static java.util.Enumeration enumerate()
          Method enumerateReturns an enumeration of all possible instances of SbnRespons
 int getType()
          Method getTypeReturns the type of this SbnRespons
 java.lang.String toString()
          Method toStringReturns the String representation of this SbnRespons
static SbnRespons valueOf(java.lang.String string)
          Method valueOfReturns a new SbnRespons 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 0 type

See Also:
Constant Field Values

VALUE_0

public static final SbnRespons VALUE_0
The instance of the 0 type


VALUE_1_TYPE

public static final int VALUE_1_TYPE
The 1 type

See Also:
Constant Field Values

VALUE_1

public static final SbnRespons VALUE_1
The instance of the 1 type


VALUE_2_TYPE

public static final int VALUE_2_TYPE
The 2 type

See Also:
Constant Field Values

VALUE_2

public static final SbnRespons VALUE_2
The instance of the 2 type


VALUE_3_TYPE

public static final int VALUE_3_TYPE
The 3 type

See Also:
Constant Field Values

VALUE_3

public static final SbnRespons VALUE_3
The instance of the 3 type


VALUE_4_TYPE

public static final int VALUE_4_TYPE
The 4 type

See Also:
Constant Field Values

VALUE_4

public static final SbnRespons VALUE_4
The instance of the 4 type

Method Detail

enumerate

public static java.util.Enumeration enumerate()
Method enumerateReturns an enumeration of all possible instances of SbnRespons


getType

public int getType()
Method getTypeReturns the type of this SbnRespons


toString

public java.lang.String toString()
Method toStringReturns the String representation of this SbnRespons

Overrides:
toString in class java.lang.Object

valueOf

public static SbnRespons valueOf(java.lang.String string)
Method valueOfReturns a new SbnRespons based on the given String value.

Parameters:
string -