sbnmarc.types
Class SbnNaturaDocumento

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

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

nature SBN dei documenti: M=monografia ; W=tit. non significativo ; C=collana ; S=periodico N=tit. analitico

See Also:
Serialized Form

Field Summary
static SbnNaturaDocumento C
          The instance of the C type
static int C_TYPE
          The C type
static SbnNaturaDocumento M
          The instance of the M type
static int M_TYPE
          The M type
static SbnNaturaDocumento N
          The instance of the N type
static int N_TYPE
          The N type
static SbnNaturaDocumento S
          The instance of the S type
static int S_TYPE
          The S type
static SbnNaturaDocumento W
          The instance of the W type
static int W_TYPE
          The W type
 
Method Summary
static java.util.Enumeration enumerate()
          Method enumerateReturns an enumeration of all possible instances of SbnNaturaDocumento
 int getType()
          Method getTypeReturns the type of this SbnNaturaDocumento
 java.lang.String toString()
          Method toStringReturns the String representation of this SbnNaturaDocumento
static SbnNaturaDocumento valueOf(java.lang.String string)
          Method valueOfReturns a new SbnNaturaDocumento 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 SbnNaturaDocumento 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 SbnNaturaDocumento S
The instance of the S type


C_TYPE

public static final int C_TYPE
The C type

See Also:
Constant Field Values

C

public static final SbnNaturaDocumento C
The instance of the C type


W_TYPE

public static final int W_TYPE
The W type

See Also:
Constant Field Values

W

public static final SbnNaturaDocumento W
The instance of the W type


N_TYPE

public static final int N_TYPE
The N type

See Also:
Constant Field Values

N

public static final SbnNaturaDocumento N
The instance of the N type

Method Detail

enumerate

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


getType

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


toString

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

Overrides:
toString in class java.lang.Object

valueOf

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

Parameters:
string -