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()
          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

LOCALIZZA_TYPE

public static final int LOCALIZZA_TYPE
The Localizza type

See Also:
Constant Field Values

LOCALIZZA

public static final SbnAzioneLocalizza LOCALIZZA
The instance of the Localizza type


DELOCALIZZA_TYPE

public static final int DELOCALIZZA_TYPE
The Delocalizza type

See Also:
Constant Field Values

DELOCALIZZA

public static final SbnAzioneLocalizza DELOCALIZZA
The instance of the Delocalizza type


CORREGGI_TYPE

public static final int CORREGGI_TYPE
The Correggi type

See Also:
Constant Field Values

CORREGGI

public static final SbnAzioneLocalizza CORREGGI
The instance of the Correggi type


ALLINEATO_TYPE

public static final int ALLINEATO_TYPE
The Allineato type

See Also:
Constant Field Values

ALLINEATO

public static final SbnAzioneLocalizza ALLINEATO
The instance of the Allineato type


ESAME_TYPE

public static final int ESAME_TYPE
The Esame type

See Also:
Constant Field Values

ESAME

public static final SbnAzioneLocalizza ESAME
The instance of the Esame type

Method Detail

enumerate

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


getType

public int getType()
Method getTypeReturns the type of this SbnAzioneLocalizza


toString

public java.lang.String toString()
Method toStringReturns the String representation of this SbnAzioneLocalizza

Overrides:
toString in class java.lang.Object

valueOf

public static SbnAzioneLocalizza valueOf(java.lang.String string)
Method valueOfReturns a new SbnAzioneLocalizza based on the given String value.

Parameters:
string -