|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sbnmarc.types.SbnAzioneLocalizza
Localizza=inserimento nuova localizzazione Delocalizza=cancellazione localizzazione, Correggi=modifica dati con esclusione dati della biblioteca, Allineato=azzeramento flag di allineamento Esame=visualizzazione localizzazioni
Field Summary | |
static SbnAzioneLocalizza |
ALLINEATO
The instance of the Allineato type |
static int |
ALLINEATO_TYPE
The Allineato type |
static SbnAzioneLocalizza |
CORREGGI
The instance of the Correggi type |
static int |
CORREGGI_TYPE
The Correggi type |
static SbnAzioneLocalizza |
DELOCALIZZA
The instance of the Delocalizza type |
static int |
DELOCALIZZA_TYPE
The Delocalizza type |
static SbnAzioneLocalizza |
ESAME
The instance of the Esame type |
static int |
ESAME_TYPE
The Esame type |
static SbnAzioneLocalizza |
LOCALIZZA
The instance of the Localizza type |
static int |
LOCALIZZA_TYPE
The Localizza type |
Method Summary | |
static java.util.Enumeration |
enumerate()
Method enumerateReturns an enumeration of all possible instances of SbnAzioneLocalizza |
int |
getType()
Method getTypeReturns the type of this SbnAzioneLocalizza |
java.lang.String |
toString()
Method toStringReturns the String representation of this SbnAzioneLocalizza |
static SbnAzioneLocalizza |
valueOf(java.lang.String string)
Method valueOfReturns a new SbnAzioneLocalizza 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 LOCALIZZA_TYPE
public static final SbnAzioneLocalizza LOCALIZZA
public static final int DELOCALIZZA_TYPE
public static final SbnAzioneLocalizza DELOCALIZZA
public static final int CORREGGI_TYPE
public static final SbnAzioneLocalizza CORREGGI
public static final int ALLINEATO_TYPE
public static final SbnAzioneLocalizza ALLINEATO
public static final int ESAME_TYPE
public static final SbnAzioneLocalizza ESAME
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static SbnAzioneLocalizza valueOf(java.lang.String string)
string
-
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |