sbnmarc.types
Class SbnSimile

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

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

Simile=creazione con ricerca preventiva, Conferma=creazione senza richiesta preventiva SimileImport=ricerca preventiva senza creazione per attivita' import

See Also:
Serialized Form

Field Summary
static SbnSimile CONFERMA
          The instance of the Conferma type
static int CONFERMA_TYPE
          The Conferma type
static SbnSimile SIMILE
          The instance of the Simile type
static int SIMILE_TYPE
          The Simile type
static SbnSimile SIMILEIMPORT
          The instance of the SimileImport type
static int SIMILEIMPORT_TYPE
          The SimileImport type
 
Method Summary
static java.util.Enumeration enumerate()
          Method enumerateReturns an enumeration of all possible instances of SbnSimile
 int getType()
          Method getTypeReturns the type of this SbnSimile
 java.lang.String toString()
          Method toStringReturns the String representation of this SbnSimile
static SbnSimile valueOf(java.lang.String string)
          Method valueOfReturns a new SbnSimile 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

SIMILE_TYPE

public static final int SIMILE_TYPE
The Simile type

See Also:
Constant Field Values

SIMILE

public static final SbnSimile SIMILE
The instance of the Simile type


CONFERMA_TYPE

public static final int CONFERMA_TYPE
The Conferma type

See Also:
Constant Field Values

CONFERMA

public static final SbnSimile CONFERMA
The instance of the Conferma type


SIMILEIMPORT_TYPE

public static final int SIMILEIMPORT_TYPE
The SimileImport type

See Also:
Constant Field Values

SIMILEIMPORT

public static final SbnSimile SIMILEIMPORT
The instance of the SimileImport type

Method Detail

enumerate

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


getType

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


toString

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

Overrides:
toString in class java.lang.Object

valueOf

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

Parameters:
string -