|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.mapping.xml.types.AutoNamingType
Field Summary | |
static AutoNamingType |
DERIVEBYCLASS
The instance of the deriveByClass type |
static int |
DERIVEBYCLASS_TYPE
The deriveByClass type |
static AutoNamingType |
DERIVEBYFIELD
The instance of the deriveByField type |
static int |
DERIVEBYFIELD_TYPE
The deriveByField type |
Method Summary | |
static java.util.Enumeration |
enumerate()
Returns an enumeration of all possible instances of AutoNamingType |
int |
getType()
Returns the type of this AutoNamingType |
java.lang.String |
toString()
Returns the String representation of this AutoNamingType |
static AutoNamingType |
valueOf(java.lang.String string)
Returns a new AutoNamingType 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 DERIVEBYCLASS_TYPE
public static final AutoNamingType DERIVEBYCLASS
public static final int DERIVEBYFIELD_TYPE
public static final AutoNamingType DERIVEBYFIELD
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
public static AutoNamingType valueOf(java.lang.String string)
string
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |