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()
          Method enumerateReturns an enumeration of all possible instances of LivelloBibliografico
 int getType()
          Method getTypeReturns the type of this LivelloBibliografico
 java.lang.String toString()
          Method toStringReturns the String representation of this LivelloBibliografico
static LivelloBibliografico valueOf(java.lang.String string)
          Method valueOfReturns 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

See Also:
Constant Field Values

M

public static final LivelloBibliografico M
The instance of the m type


S_TYPE

public static final int S_TYPE
The s type

See Also:
Constant Field Values

S

public static final LivelloBibliografico S
The instance of the s type


A_TYPE

public static final int A_TYPE
The a type

See Also:
Constant Field Values

A

public static final LivelloBibliografico A
The instance of the a type

Method Detail

enumerate

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


getType

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


toString

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

Overrides:
toString in class java.lang.Object

valueOf

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

Parameters:
string -