sbnmarc.types
Class SbnMateriale

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

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

tipologia di materiale: M = moderno, E = Antico, U = Musica, G = Grafico, C = Cartografico Spazio='Tutti'

See Also:
Serialized Form

Field Summary
static SbnMateriale VALUE_0
          The instance of the M type
static int VALUE_0_TYPE
          The M type
static SbnMateriale VALUE_1
          The instance of the E type
static int VALUE_1_TYPE
          The E type
static SbnMateriale VALUE_2
          The instance of the U type
static int VALUE_2_TYPE
          The U type
static SbnMateriale VALUE_3
          The instance of the G type
static int VALUE_3_TYPE
          The G type
static SbnMateriale VALUE_4
          The instance of the C type
static int VALUE_4_TYPE
          The C type
static SbnMateriale VALUE_5
          The instance of the type
static int VALUE_5_TYPE
          The type
 
Method Summary
static java.util.Enumeration enumerate()
          Method enumerateReturns an enumeration of all possible instances of SbnMateriale
 int getType()
          Method getTypeReturns the type of this SbnMateriale
 java.lang.String toString()
          Method toStringReturns the String representation of this SbnMateriale
static SbnMateriale valueOf(java.lang.String string)
          Method valueOfReturns a new SbnMateriale 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 M type

See Also:
Constant Field Values

VALUE_0

public static final SbnMateriale VALUE_0
The instance of the M type


VALUE_1_TYPE

public static final int VALUE_1_TYPE
The E type

See Also:
Constant Field Values

VALUE_1

public static final SbnMateriale VALUE_1
The instance of the E type


VALUE_2_TYPE

public static final int VALUE_2_TYPE
The U type

See Also:
Constant Field Values

VALUE_2

public static final SbnMateriale VALUE_2
The instance of the U type


VALUE_3_TYPE

public static final int VALUE_3_TYPE
The G type

See Also:
Constant Field Values

VALUE_3

public static final SbnMateriale VALUE_3
The instance of the G type


VALUE_4_TYPE

public static final int VALUE_4_TYPE
The C type

See Also:
Constant Field Values

VALUE_4

public static final SbnMateriale VALUE_4
The instance of the C type


VALUE_5_TYPE

public static final int VALUE_5_TYPE
The type

See Also:
Constant Field Values

VALUE_5

public static final SbnMateriale VALUE_5
The instance of the type

Method Detail

enumerate

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


getType

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


toString

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

Overrides:
toString in class java.lang.Object

valueOf

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

Parameters:
string -