|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sbnmarc.types.SbnTipoAttivita
tipo attivita' autorizzata per importazioni: CONTROLLO ELEMENTI LEGATI= elaborazione di verifica degli elementi correlati (titoli/autori/soggetti/classi) ai documenti CONTROLLO COLLANE= elaborazioni di verifica delle collane collegate ai documenti da importare SOLO LOCALIZZA= esecuzione confronti e localizzazioni per possesso documenti individuati CREA SOLO DOCUMENTI = esecuzione confronti, creazione di documenti solo se legati a elementi di authority presenti in Indice, localizzazione COMPLETA = esecuzione confronti e importazione completa: documenti, elementi di authority
Field Summary | |
static SbnTipoAttivita |
VALUE_0
The instance of the CONTROLLO ELEMENTI LEGATI type |
static int |
VALUE_0_TYPE
The CONTROLLO ELEMENTI LEGATI type |
static SbnTipoAttivita |
VALUE_1
The instance of the CONTROLLO COLLANE type |
static int |
VALUE_1_TYPE
The CONTROLLO COLLANE type |
static SbnTipoAttivita |
VALUE_2
The instance of the SOLO LOCALIZZA type |
static int |
VALUE_2_TYPE
The SOLO LOCALIZZA type |
static SbnTipoAttivita |
VALUE_3
The instance of the CREA SOLO DOCUMENTI type |
static int |
VALUE_3_TYPE
The CREA SOLO DOCUMENTI type |
static SbnTipoAttivita |
VALUE_4
The instance of the COMPLETA type |
static int |
VALUE_4_TYPE
The COMPLETA type |
Method Summary | |
static java.util.Enumeration |
enumerate()
Method enumerateReturns an enumeration of all possible instances of SbnTipoAttivita |
int |
getType()
Method getTypeReturns the type of this SbnTipoAttivita |
java.lang.String |
toString()
Method toStringReturns the String representation of this SbnTipoAttivita |
static SbnTipoAttivita |
valueOf(java.lang.String string)
Method valueOfReturns a new SbnTipoAttivita 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 SbnTipoAttivita VALUE_0
public static final int VALUE_1_TYPE
public static final SbnTipoAttivita VALUE_1
public static final int VALUE_2_TYPE
public static final SbnTipoAttivita VALUE_2
public static final int VALUE_3_TYPE
public static final SbnTipoAttivita VALUE_3
public static final int VALUE_4_TYPE
public static final SbnTipoAttivita VALUE_4
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static SbnTipoAttivita valueOf(java.lang.String string)
string
-
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |