|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sbnmarc.types.SbnStatoProposta
stato della proposta di correzione I = inserita, E = evasa, R = respinta
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 |
public static final int I_TYPE
public static final SbnStatoProposta I
public static final int E_TYPE
public static final SbnStatoProposta E
public static final int R_TYPE
public static final SbnStatoProposta R
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static SbnStatoProposta valueOf(java.lang.String string)
string
-
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |