|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sbnmarc.types.SbnLegameAut
legami verso elementi di authority. 4XX = legame vedi tra elementi di authority, 5XX = legame vedi anche tra elementi di authority, 500 = legame a titolo uniforme 09A, 606 = legame a soggetto, 620 = legame a luogo , 676 = legame a classe dewey 686 = legame a classe diversa da dewey, 700 = legame con autore pers. responsabilita 1 701 = legame con autore personale resp. 2, 702 = legame con autore personale resp. 3, 710 = legame con ente resp. 1, 711 = legame con ente resp. 2, 712 = legame ente resp. 3, 810 = legame con repertorio trovato , 815 = legame con repertorio per non trovato, 921 = legame a marca editoriale , 931 = legame soggetto-descrittore legami tra descrittori: USE=vedi UF=usato al posto di RT=vedi anche BT=ha come termine piu' esteso NT=ha come termine piu'ristretto
Field Summary | |
static SbnLegameAut |
VALUE_0
The instance of the tutti type |
static int |
VALUE_0_TYPE
The tutti type |
static SbnLegameAut |
VALUE_1
The instance of the 4XX type |
static int |
VALUE_1_TYPE
The 4XX type |
static SbnLegameAut |
VALUE_10
The instance of the 702 type |
static int |
VALUE_10_TYPE
The 702 type |
static SbnLegameAut |
VALUE_11
The instance of the 710 type |
static int |
VALUE_11_TYPE
The 710 type |
static SbnLegameAut |
VALUE_12
The instance of the 711 type |
static int |
VALUE_12_TYPE
The 711 type |
static SbnLegameAut |
VALUE_13
The instance of the 712 type |
static int |
VALUE_13_TYPE
The 712 type |
static SbnLegameAut |
VALUE_14
The instance of the 810 type |
static int |
VALUE_14_TYPE
The 810 type |
static SbnLegameAut |
VALUE_15
The instance of the 815 type |
static int |
VALUE_15_TYPE
The 815 type |
static SbnLegameAut |
VALUE_16
The instance of the 921 type |
static int |
VALUE_16_TYPE
The 921 type |
static SbnLegameAut |
VALUE_17
The instance of the 931 type |
static int |
VALUE_17_TYPE
The 931 type |
static SbnLegameAut |
VALUE_18
The instance of the USE type |
static int |
VALUE_18_TYPE
The USE type |
static SbnLegameAut |
VALUE_19
The instance of the UF type |
static int |
VALUE_19_TYPE
The UF type |
static SbnLegameAut |
VALUE_2
The instance of the 5XX type |
static int |
VALUE_2_TYPE
The 5XX type |
static SbnLegameAut |
VALUE_20
The instance of the RT type |
static int |
VALUE_20_TYPE
The RT type |
static SbnLegameAut |
VALUE_21
The instance of the BT type |
static int |
VALUE_21_TYPE
The BT type |
static SbnLegameAut |
VALUE_22
The instance of the NT type |
static int |
VALUE_22_TYPE
The NT type |
static SbnLegameAut |
VALUE_3
The instance of the 500 type |
static int |
VALUE_3_TYPE
The 500 type |
static SbnLegameAut |
VALUE_4
The instance of the 606 type |
static int |
VALUE_4_TYPE
The 606 type |
static SbnLegameAut |
VALUE_5
The instance of the 620 type |
static int |
VALUE_5_TYPE
The 620 type |
static SbnLegameAut |
VALUE_6
The instance of the 676 type |
static int |
VALUE_6_TYPE
The 676 type |
static SbnLegameAut |
VALUE_7
The instance of the 686 type |
static int |
VALUE_7_TYPE
The 686 type |
static SbnLegameAut |
VALUE_8
The instance of the 700 type |
static int |
VALUE_8_TYPE
The 700 type |
static SbnLegameAut |
VALUE_9
The instance of the 701 type |
static int |
VALUE_9_TYPE
The 701 type |
Method Summary | |
static java.util.Enumeration |
enumerate()
Method enumerateReturns an enumeration of all possible instances of SbnLegameAut |
int |
getType()
Method getTypeReturns the type of this SbnLegameAut |
java.lang.String |
toString()
Method toStringReturns the String representation of this SbnLegameAut |
static SbnLegameAut |
valueOf(java.lang.String string)
Method valueOfReturns a new SbnLegameAut 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 VALUE_0_TYPE
public static final SbnLegameAut VALUE_0
public static final int VALUE_1_TYPE
public static final SbnLegameAut VALUE_1
public static final int VALUE_2_TYPE
public static final SbnLegameAut VALUE_2
public static final int VALUE_3_TYPE
public static final SbnLegameAut VALUE_3
public static final int VALUE_4_TYPE
public static final SbnLegameAut VALUE_4
public static final int VALUE_5_TYPE
public static final SbnLegameAut VALUE_5
public static final int VALUE_6_TYPE
public static final SbnLegameAut VALUE_6
public static final int VALUE_7_TYPE
public static final SbnLegameAut VALUE_7
public static final int VALUE_8_TYPE
public static final SbnLegameAut VALUE_8
public static final int VALUE_9_TYPE
public static final SbnLegameAut VALUE_9
public static final int VALUE_10_TYPE
public static final SbnLegameAut VALUE_10
public static final int VALUE_11_TYPE
public static final SbnLegameAut VALUE_11
public static final int VALUE_12_TYPE
public static final SbnLegameAut VALUE_12
public static final int VALUE_13_TYPE
public static final SbnLegameAut VALUE_13
public static final int VALUE_14_TYPE
public static final SbnLegameAut VALUE_14
public static final int VALUE_15_TYPE
public static final SbnLegameAut VALUE_15
public static final int VALUE_16_TYPE
public static final SbnLegameAut VALUE_16
public static final int VALUE_17_TYPE
public static final SbnLegameAut VALUE_17
public static final int VALUE_18_TYPE
public static final SbnLegameAut VALUE_18
public static final int VALUE_19_TYPE
public static final SbnLegameAut VALUE_19
public static final int VALUE_20_TYPE
public static final SbnLegameAut VALUE_20
public static final int VALUE_21_TYPE
public static final SbnLegameAut VALUE_21
public static final int VALUE_22_TYPE
public static final SbnLegameAut VALUE_22
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static SbnLegameAut valueOf(java.lang.String string)
string
-
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |