|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sbnmarc.types.SbnNaturaTitAccesso
nature SBN dei titoli di accesso: P = 510 parallelo ; D = 517 estrapolato ; T = 423 subordinato; B = 454 originale
Field Summary | |
static SbnNaturaTitAccesso |
B
The instance of the B type |
static int |
B_TYPE
The B type |
static SbnNaturaTitAccesso |
D
The instance of the D type |
static int |
D_TYPE
The D type |
static SbnNaturaTitAccesso |
P
The instance of the P type |
static int |
P_TYPE
The P type |
static SbnNaturaTitAccesso |
T
The instance of the T type |
static int |
T_TYPE
The T type |
Method Summary | |
static java.util.Enumeration |
enumerate()
Method enumerateReturns an enumeration of all possible instances of SbnNaturaTitAccesso |
int |
getType()
Method getTypeReturns the type of this SbnNaturaTitAccesso |
java.lang.String |
toString()
Method toStringReturns the String representation of this SbnNaturaTitAccesso |
static SbnNaturaTitAccesso |
valueOf(java.lang.String string)
Method valueOfReturns a new SbnNaturaTitAccesso 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 P_TYPE
public static final SbnNaturaTitAccesso P
public static final int D_TYPE
public static final SbnNaturaTitAccesso D
public static final int T_TYPE
public static final SbnNaturaTitAccesso T
public static final int B_TYPE
public static final SbnNaturaTitAccesso B
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static SbnNaturaTitAccesso valueOf(java.lang.String string)
string
-
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |