sbnmarc.types
Class SbnLivello

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

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

REC=05,MIN=51,MED=71,MAX=90,SUP=95,LAV=96,AUF=97

See Also:
Serialized Form

Field Summary
static SbnLivello VALUE_0
          The instance of the 05 type
static int VALUE_0_TYPE
          The 05 type
static SbnLivello VALUE_1
          The instance of the 51 type
static int VALUE_1_TYPE
          The 51 type
static SbnLivello VALUE_2
          The instance of the 71 type
static int VALUE_2_TYPE
          The 71 type
static SbnLivello VALUE_3
          The instance of the 90 type
static int VALUE_3_TYPE
          The 90 type
static SbnLivello VALUE_4
          The instance of the 95 type
static int VALUE_4_TYPE
          The 95 type
static SbnLivello VALUE_5
          The instance of the 96 type
static int VALUE_5_TYPE
          The 96 type
static SbnLivello VALUE_6
          The instance of the 97 type
static int VALUE_6_TYPE
          The 97 type
 
Method Summary
static java.util.Enumeration enumerate()
          Method enumerateReturns an enumeration of all possible instances of SbnLivello
 int getType()
          Method getTypeReturns the type of this SbnLivello
 java.lang.String toString()
          Method toStringReturns the String representation of this SbnLivello
static SbnLivello valueOf(java.lang.String string)
          Method valueOfReturns a new SbnLivello 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 05 type

See Also:
Constant Field Values

VALUE_0

public static final SbnLivello VALUE_0
The instance of the 05 type


VALUE_1_TYPE

public static final int VALUE_1_TYPE
The 51 type

See Also:
Constant Field Values

VALUE_1

public static final SbnLivello VALUE_1
The instance of the 51 type


VALUE_2_TYPE

public static final int VALUE_2_TYPE
The 71 type

See Also:
Constant Field Values

VALUE_2

public static final SbnLivello VALUE_2
The instance of the 71 type


VALUE_3_TYPE

public static final int VALUE_3_TYPE
The 90 type

See Also:
Constant Field Values

VALUE_3

public static final SbnLivello VALUE_3
The instance of the 90 type


VALUE_4_TYPE

public static final int VALUE_4_TYPE
The 95 type

See Also:
Constant Field Values

VALUE_4

public static final SbnLivello VALUE_4
The instance of the 95 type


VALUE_5_TYPE

public static final int VALUE_5_TYPE
The 96 type

See Also:
Constant Field Values

VALUE_5

public static final SbnLivello VALUE_5
The instance of the 96 type


VALUE_6_TYPE

public static final int VALUE_6_TYPE
The 97 type

See Also:
Constant Field Values

VALUE_6

public static final SbnLivello VALUE_6
The instance of the 97 type

Method Detail

enumerate

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


getType

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


toString

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

Overrides:
toString in class java.lang.Object

valueOf

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

Parameters:
string -