|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sbnmarc.types.SbnSpecLegameDoc
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
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 |
public static final int P_TYPE
public static final SbnSpecLegameDoc P
public static final int I_TYPE
public static final SbnSpecLegameDoc I
public static final int L_TYPE
public static final SbnSpecLegameDoc L
public static final int A_TYPE
public static final SbnSpecLegameDoc A
public static final int E_TYPE
public static final SbnSpecLegameDoc E
public static final int T_TYPE
public static final SbnSpecLegameDoc T
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static SbnSpecLegameDoc valueOf(java.lang.String string)
string
-
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |