sbnmarc.types
Class SbnAzioneLocalizza

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

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

Localizza=inserimento nuova localizzazione Delocalizza=cancellazione localizzazione, Correggi=modifica dati con esclusione dati della biblioteca, Allineato=azzeramento flag di allineamento Esame=visualizzazione localizzazioni

See Also:
Serialized Form

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()
          Returns an enumeration of all possible instances of SbnAzioneLocalizza
 int getType()
          Returns the type of this SbnAzioneLocalizza
 java.lang.String toString()
          Returns the String representation of this SbnAzioneLocalizza
static SbnAzioneLocalizza valueOf(java.lang.String string)
          Returns 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

LOCALIZZA_TYPE

public static final int LOCALIZZA_TYPE
The Localizza type

LOCALIZZA

public static final SbnAzioneLocalizza LOCALIZZA
The instance of the Localizza type

DELOCALIZZA_TYPE

public static final int DELOCALIZZA_TYPE
The Delocalizza type

DELOCALIZZA

public static final SbnAzioneLocalizza DELOCALIZZA
The instance of the Delocalizza type

CORREGGI_TYPE

public static final int CORREGGI_TYPE
The Correggi type

CORREGGI

public static final SbnAzioneLocalizza CORREGGI
The instance of the Correggi type

ALLINEATO_TYPE

public static final int ALLINEATO_TYPE
The Allineato type

ALLINEATO

public static final SbnAzioneLocalizza ALLINEATO
The instance of the Allineato type

ESAME_TYPE

public static final int ESAME_TYPE
The Esame type

ESAME

public static final SbnAzioneLocalizza ESAME
The instance of the Esame type
Method Detail

enumerate

public static java.util.Enumeration enumerate()
Returns an enumeration of all possible instances of SbnAzioneLocalizza

getType

public int getType()
Returns the type of this SbnAzioneLocalizza

toString

public java.lang.String toString()
Returns the String representation of this SbnAzioneLocalizza
Overrides:
toString in class java.lang.Object

valueOf

public static SbnAzioneLocalizza valueOf(java.lang.String string)
Returns a new SbnAzioneLocalizza based on the given String value.
Parameters:
string -