sbnmarc.types
Class SbnLegameTitAccesso

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

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

legami verso titoli di accesso; tutti e' ammesso solo in ricerca. 510=08P parallelo 517=08D estrapolato 423=03T subordinato 454=06B originale

See Also:
Serialized Form

Field Summary
static SbnLegameTitAccesso VALUE_0
          The instance of the tutti type
static int VALUE_0_TYPE
          The tutti type
static SbnLegameTitAccesso VALUE_1
          The instance of the 423 type
static int VALUE_1_TYPE
          The 423 type
static SbnLegameTitAccesso VALUE_2
          The instance of the 454 type
static int VALUE_2_TYPE
          The 454 type
static SbnLegameTitAccesso VALUE_3
          The instance of the 510 type
static int VALUE_3_TYPE
          The 510 type
static SbnLegameTitAccesso VALUE_4
          The instance of the 517 type
static int VALUE_4_TYPE
          The 517 type
 
Method Summary
static java.util.Enumeration enumerate()
          Method enumerateReturns an enumeration of all possible instances of SbnLegameTitAccesso
 int getType()
          Method getTypeReturns the type of this SbnLegameTitAccesso
 java.lang.String toString()
          Method toStringReturns the String representation of this SbnLegameTitAccesso
static SbnLegameTitAccesso valueOf(java.lang.String string)
          Method valueOfReturns a new SbnLegameTitAccesso 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

VALUE_0_TYPE

public static final int VALUE_0_TYPE
The tutti type

See Also:
Constant Field Values

VALUE_0

public static final SbnLegameTitAccesso VALUE_0
The instance of the tutti type


VALUE_1_TYPE

public static final int VALUE_1_TYPE
The 423 type

See Also:
Constant Field Values

VALUE_1

public static final SbnLegameTitAccesso VALUE_1
The instance of the 423 type


VALUE_2_TYPE

public static final int VALUE_2_TYPE
The 454 type

See Also:
Constant Field Values

VALUE_2

public static final SbnLegameTitAccesso VALUE_2
The instance of the 454 type


VALUE_3_TYPE

public static final int VALUE_3_TYPE
The 510 type

See Also:
Constant Field Values

VALUE_3

public static final SbnLegameTitAccesso VALUE_3
The instance of the 510 type


VALUE_4_TYPE

public static final int VALUE_4_TYPE
The 517 type

See Also:
Constant Field Values

VALUE_4

public static final SbnLegameTitAccesso VALUE_4
The instance of the 517 type

Method Detail

enumerate

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


getType

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


toString

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

Overrides:
toString in class java.lang.Object

valueOf

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

Parameters:
string -