|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.mapping.xml.types.TypeType
public class TypeType
Field Summary | |
---|---|
static TypeType |
VALUE_0
The instance of the none type |
static int |
VALUE_0_TYPE
The none type |
static TypeType |
VALUE_1
The instance of the count-limited type |
static int |
VALUE_1_TYPE
The count-limited type |
static TypeType |
VALUE_2
The instance of the time-limited type |
static int |
VALUE_2_TYPE
The time-limited type |
static TypeType |
VALUE_3
The instance of the unlimited type |
static int |
VALUE_3_TYPE
The unlimited type |
Method Summary | |
---|---|
int |
getType()
Returns the type of this TypeType |
java.lang.String |
toString()
Returns the String representation of this TypeType |
static TypeType |
valueOf(java.lang.String string)
Returns a new TypeType 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 VALUE_0_TYPE
public static final TypeType VALUE_0
public static final int VALUE_1_TYPE
public static final TypeType VALUE_1
public static final int VALUE_2_TYPE
public static final TypeType VALUE_2
public static final int VALUE_3_TYPE
public static final TypeType VALUE_3
Method Detail |
---|
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static TypeType valueOf(java.lang.String string)
string
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |