sbnmarc.types
Class SbnNaturaTitAccesso

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

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

nature SBN dei titoli di accesso: P = 510 parallelo ; D = 517 estrapolato ; T = 423 subordinato; B = 454 originale

See Also:
Serialized Form

Field Summary
static SbnNaturaTitAccesso B
          The instance of the B type
static int B_TYPE
          The B type
static SbnNaturaTitAccesso D
          The instance of the D type
static int D_TYPE
          The D type
static SbnNaturaTitAccesso P
          The instance of the P type
static int P_TYPE
          The P type
static SbnNaturaTitAccesso T
          The instance of the T type
static int T_TYPE
          The T type
 
Method Summary
static java.util.Enumeration enumerate()
          Method enumerateReturns an enumeration of all possible instances of SbnNaturaTitAccesso
 int getType()
          Method getTypeReturns the type of this SbnNaturaTitAccesso
 java.lang.String toString()
          Method toStringReturns the String representation of this SbnNaturaTitAccesso
static SbnNaturaTitAccesso valueOf(java.lang.String string)
          Method valueOfReturns a new SbnNaturaTitAccesso 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

P_TYPE

public static final int P_TYPE
The P type

See Also:
Constant Field Values

P

public static final SbnNaturaTitAccesso P
The instance of the P type


D_TYPE

public static final int D_TYPE
The D type

See Also:
Constant Field Values

D

public static final SbnNaturaTitAccesso D
The instance of the D type


T_TYPE

public static final int T_TYPE
The T type

See Also:
Constant Field Values

T

public static final SbnNaturaTitAccesso T
The instance of the T type


B_TYPE

public static final int B_TYPE
The B type

See Also:
Constant Field Values

B

public static final SbnNaturaTitAccesso B
The instance of the B type

Method Detail

enumerate

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


getType

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


toString

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

Overrides:
toString in class java.lang.Object

valueOf

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

Parameters:
string -