sbnmarc.types
Class SbnStatoProposta

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

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

stato della proposta di correzione I = inserita, E = evasa, R = respinta

See Also:
Serialized Form

Field Summary
static SbnStatoProposta E
          The instance of the E type
static int E_TYPE
          The E type
static SbnStatoProposta I
          The instance of the I type
static int I_TYPE
          The I type
static SbnStatoProposta R
          The instance of the R type
static int R_TYPE
          The R type
 
Method Summary
static java.util.Enumeration enumerate()
          Method enumerateReturns an enumeration of all possible instances of SbnStatoProposta
 int getType()
          Method getTypeReturns the type of this SbnStatoProposta
 java.lang.String toString()
          Method toStringReturns the String representation of this SbnStatoProposta
static SbnStatoProposta valueOf(java.lang.String string)
          Method valueOfReturns a new SbnStatoProposta 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

I_TYPE

public static final int I_TYPE
The I type

See Also:
Constant Field Values

I

public static final SbnStatoProposta I
The instance of the I type


E_TYPE

public static final int E_TYPE
The E type

See Also:
Constant Field Values

E

public static final SbnStatoProposta E
The instance of the E type


R_TYPE

public static final int R_TYPE
The R type

See Also:
Constant Field Values

R

public static final SbnStatoProposta R
The instance of the R type

Method Detail

enumerate

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


getType

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


toString

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

Overrides:
toString in class java.lang.Object

valueOf

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

Parameters:
string -