sbnmarc.types
Class SbnTipoAttivita

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

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

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

See Also:
Serialized Form

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

VALUE_0_TYPE

public static final int VALUE_0_TYPE
The CONTROLLO ELEMENTI LEGATI type

See Also:
Constant Field Values

VALUE_0

public static final SbnTipoAttivita VALUE_0
The instance of the CONTROLLO ELEMENTI LEGATI type


VALUE_1_TYPE

public static final int VALUE_1_TYPE
The CONTROLLO COLLANE type

See Also:
Constant Field Values

VALUE_1

public static final SbnTipoAttivita VALUE_1
The instance of the CONTROLLO COLLANE type


VALUE_2_TYPE

public static final int VALUE_2_TYPE
The SOLO LOCALIZZA type

See Also:
Constant Field Values

VALUE_2

public static final SbnTipoAttivita VALUE_2
The instance of the SOLO LOCALIZZA type


VALUE_3_TYPE

public static final int VALUE_3_TYPE
The CREA SOLO DOCUMENTI type

See Also:
Constant Field Values

VALUE_3

public static final SbnTipoAttivita VALUE_3
The instance of the CREA SOLO DOCUMENTI type


VALUE_4_TYPE

public static final int VALUE_4_TYPE
The COMPLETA type

See Also:
Constant Field Values

VALUE_4

public static final SbnTipoAttivita VALUE_4
The instance of the COMPLETA type

Method Detail

enumerate

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


getType

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


toString

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

Overrides:
toString in class java.lang.Object

valueOf

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

Parameters:
string -