sbnmarc.types
Class LivelloBibliografico

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

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

riferimento: Record label pos.7

See Also:
Serialized Form

Field Summary
static LivelloBibliografico A
          The instance of the a type
static int A_TYPE
          The a type
static LivelloBibliografico M
          The instance of the m type
static int M_TYPE
          The m type
static LivelloBibliografico S
          The instance of the s type
static int S_TYPE
          The s type
 
Method Summary
static java.util.Enumeration enumerate()
          Returns an enumeration of all possible instances of LivelloBibliografico
 int getType()
          Returns the type of this LivelloBibliografico
 java.lang.String toString()
          Returns the String representation of this LivelloBibliografic
static LivelloBibliografico valueOf(java.lang.String string)
          Returns a new LivelloBibliografico 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 LivelloBibliografico M
The instance of the m type

S_TYPE

public static final int S_TYPE
The s type

S

public static final LivelloBibliografico S
The instance of the s type

A_TYPE

public static final int A_TYPE
The a type

A

public static final LivelloBibliografico A
The instance of the a type
Method Detail

enumerate

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

getType

public int getType()
Returns the type of this LivelloBibliografico

toString

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

valueOf

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