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

See Also:
Serialized Form

Field Summary
static SbnMateriale C
          The instance of the C type
static int C_TYPE
          The C type
static SbnMateriale E
          The instance of the E type
static int E_TYPE
          The E type
static SbnMateriale G
          The instance of the G type
static int G_TYPE
          The G type
static SbnMateriale M
          The instance of the M type
static int M_TYPE
          The M type
static SbnMateriale U
          The instance of the U type
static int U_TYPE
          The U type
 
Method Summary
static java.util.Enumeration enumerate()
          Returns an enumeration of all possible instances of SbnMateriale
 int getType()
          Returns the type of this SbnMateriale
 java.lang.String toString()
          Returns the String representation of this SbnMateriale
static SbnMateriale valueOf(java.lang.String string)
          Returns 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

M_TYPE

public static final int M_TYPE
The M type

M

public static final SbnMateriale M
The instance of the M type

E_TYPE

public static final int E_TYPE
The E type

E

public static final SbnMateriale E
The instance of the E type

U_TYPE

public static final int U_TYPE
The U type

U

public static final SbnMateriale U
The instance of the U type

G_TYPE

public static final int G_TYPE
The G type

G

public static final SbnMateriale G
The instance of the G type

C_TYPE

public static final int C_TYPE
The C type

C

public static final SbnMateriale C
The instance of the C type
Method Detail

enumerate

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

getType

public int getType()
Returns the type of this SbnMateriale

toString

public java.lang.String toString()
Returns the String representation of this SbnMateriale
Overrides:
toString in class java.lang.Object

valueOf

public static SbnMateriale valueOf(java.lang.String string)
Returns a new SbnMateriale based on the given String value.
Parameters:
string -