|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sbnmarc.types.SbnNaturaDocumento
nature SBN dei documenti: M=monografia ; W=tit. non significativo ; C=collana ; S=periodico N=tit. analitico
Field Summary | |
static SbnNaturaDocumento |
C
The instance of the C type |
static int |
C_TYPE
The C type |
static SbnNaturaDocumento |
M
The instance of the M type |
static int |
M_TYPE
The M type |
static SbnNaturaDocumento |
N
The instance of the N type |
static int |
N_TYPE
The N type |
static SbnNaturaDocumento |
S
The instance of the S type |
static int |
S_TYPE
The S type |
static SbnNaturaDocumento |
W
The instance of the W type |
static int |
W_TYPE
The W type |
Method Summary | |
static java.util.Enumeration |
enumerate()
Method enumerateReturns an enumeration of all possible instances of SbnNaturaDocumento |
int |
getType()
Method getTypeReturns the type of this SbnNaturaDocumento |
java.lang.String |
toString()
Method toStringReturns the String representation of this SbnNaturaDocumento |
static SbnNaturaDocumento |
valueOf(java.lang.String string)
Method valueOfReturns a new SbnNaturaDocumento 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 M_TYPE
public static final SbnNaturaDocumento M
public static final int S_TYPE
public static final SbnNaturaDocumento S
public static final int C_TYPE
public static final SbnNaturaDocumento C
public static final int W_TYPE
public static final SbnNaturaDocumento W
public static final int N_TYPE
public static final SbnNaturaDocumento N
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static SbnNaturaDocumento valueOf(java.lang.String string)
string
-
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |