sbnmarc.types
Class SbnSpecLegameDoc

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

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

specializzazione del legame per materiali speciali: musica e grafica per musica: P=titolo di opera parafrasata, I=incipit letterario, L=titolo di opera relativa al libretto, A= titolo di opera in cui e' inserita l'aria,E=tit. dell'opera letteraria, T=tit. alternativo

See Also:
Serialized Form

Field Summary
static SbnSpecLegameDoc A
          The instance of the A type
static int A_TYPE
          The A type
static SbnSpecLegameDoc E
          The instance of the E type
static int E_TYPE
          The E type
static SbnSpecLegameDoc I
          The instance of the I type
static int I_TYPE
          The I type
static SbnSpecLegameDoc L
          The instance of the L type
static int L_TYPE
          The L type
static SbnSpecLegameDoc P
          The instance of the P type
static int P_TYPE
          The P type
static SbnSpecLegameDoc 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 SbnSpecLegameDoc
 int getType()
          Method getTypeReturns the type of this SbnSpecLegameDoc
 java.lang.String toString()
          Method toStringReturns the String representation of this SbnSpecLegameDoc
static SbnSpecLegameDoc valueOf(java.lang.String string)
          Method valueOfReturns a new SbnSpecLegameDoc 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 SbnSpecLegameDoc P
The instance of the P type


I_TYPE

public static final int I_TYPE
The I type

See Also:
Constant Field Values

I

public static final SbnSpecLegameDoc I
The instance of the I type


L_TYPE

public static final int L_TYPE
The L type

See Also:
Constant Field Values

L

public static final SbnSpecLegameDoc L
The instance of the L type


A_TYPE

public static final int A_TYPE
The A type

See Also:
Constant Field Values

A

public static final SbnSpecLegameDoc A
The instance of the A type


E_TYPE

public static final int E_TYPE
The E type

See Also:
Constant Field Values

E

public static final SbnSpecLegameDoc E
The instance of the E type


T_TYPE

public static final int T_TYPE
The T type

See Also:
Constant Field Values

T

public static final SbnSpecLegameDoc T
The instance of the T type

Method Detail

enumerate

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


getType

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


toString

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

Overrides:
toString in class java.lang.Object

valueOf

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

Parameters:
string -