sbnmarc.types
Class SbnEdizioneDewey

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

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

codice edizione sistema di classificazione 1=11 ridotta,2=12 ridotta,3=13 ed.,4=14 ed. ... 9=19 ed. X=10 ed.,A=20 ed. B=21 ed.

See Also:
Serialized Form

Field Summary
static SbnEdizioneDewey VALUE_0
          The instance of the 0 type
static int VALUE_0_TYPE
          The 0 type
static SbnEdizioneDewey VALUE_1
          The instance of the 1 type
static int VALUE_1_TYPE
          The 1 type
static SbnEdizioneDewey VALUE_10
          The instance of the X type
static int VALUE_10_TYPE
          The X type
static SbnEdizioneDewey VALUE_11
          The instance of the A type
static int VALUE_11_TYPE
          The A type
static SbnEdizioneDewey VALUE_12
          The instance of the B type
static int VALUE_12_TYPE
          The B type
static SbnEdizioneDewey VALUE_2
          The instance of the 2 type
static int VALUE_2_TYPE
          The 2 type
static SbnEdizioneDewey VALUE_3
          The instance of the 3 type
static int VALUE_3_TYPE
          The 3 type
static SbnEdizioneDewey VALUE_4
          The instance of the 4 type
static int VALUE_4_TYPE
          The 4 type
static SbnEdizioneDewey VALUE_5
          The instance of the 5 type
static int VALUE_5_TYPE
          The 5 type
static SbnEdizioneDewey VALUE_6
          The instance of the 6 type
static int VALUE_6_TYPE
          The 6 type
static SbnEdizioneDewey VALUE_7
          The instance of the 7 type
static int VALUE_7_TYPE
          The 7 type
static SbnEdizioneDewey VALUE_8
          The instance of the 8 type
static int VALUE_8_TYPE
          The 8 type
static SbnEdizioneDewey VALUE_9
          The instance of the 9 type
static int VALUE_9_TYPE
          The 9 type
 
Method Summary
static java.util.Enumeration enumerate()
          Method enumerateReturns an enumeration of all possible instances of SbnEdizioneDewey
 int getType()
          Method getTypeReturns the type of this SbnEdizioneDewey
 java.lang.String toString()
          Method toStringReturns the String representation of this SbnEdizioneDewey
static SbnEdizioneDewey valueOf(java.lang.String string)
          Method valueOfReturns a new SbnEdizioneDewey 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 SbnEdizioneDewey 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 SbnEdizioneDewey 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 SbnEdizioneDewey 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 SbnEdizioneDewey 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 SbnEdizioneDewey VALUE_4
The instance of the 4 type


VALUE_5_TYPE

public static final int VALUE_5_TYPE
The 5 type

See Also:
Constant Field Values

VALUE_5

public static final SbnEdizioneDewey VALUE_5
The instance of the 5 type


VALUE_6_TYPE

public static final int VALUE_6_TYPE
The 6 type

See Also:
Constant Field Values

VALUE_6

public static final SbnEdizioneDewey VALUE_6
The instance of the 6 type


VALUE_7_TYPE

public static final int VALUE_7_TYPE
The 7 type

See Also:
Constant Field Values

VALUE_7

public static final SbnEdizioneDewey VALUE_7
The instance of the 7 type


VALUE_8_TYPE

public static final int VALUE_8_TYPE
The 8 type

See Also:
Constant Field Values

VALUE_8

public static final SbnEdizioneDewey VALUE_8
The instance of the 8 type


VALUE_9_TYPE

public static final int VALUE_9_TYPE
The 9 type

See Also:
Constant Field Values

VALUE_9

public static final SbnEdizioneDewey VALUE_9
The instance of the 9 type


VALUE_10_TYPE

public static final int VALUE_10_TYPE
The X type

See Also:
Constant Field Values

VALUE_10

public static final SbnEdizioneDewey VALUE_10
The instance of the X type


VALUE_11_TYPE

public static final int VALUE_11_TYPE
The A type

See Also:
Constant Field Values

VALUE_11

public static final SbnEdizioneDewey VALUE_11
The instance of the A type


VALUE_12_TYPE

public static final int VALUE_12_TYPE
The B type

See Also:
Constant Field Values

VALUE_12

public static final SbnEdizioneDewey VALUE_12
The instance of the B type

Method Detail

enumerate

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


getType

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


toString

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

Overrides:
toString in class java.lang.Object

valueOf

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

Parameters:
string -