org.exolab.castor.mapping.xml.types
public class BindXmlAutoNamingType extends Object implements Serializable
Version: $Revision: 6075 $ $Date: 2006-01-07 15:48:31 -0700 (Sat, 07 Jan 2006) $
| Field Summary | |
|---|---|
| static BindXmlAutoNamingType | DERIVEBYCLASS
The instance of the deriveByClass type |
| static int | DERIVEBYCLASS_TYPE
The deriveByClass type |
| static BindXmlAutoNamingType | DERIVEBYFIELD
The instance of the deriveByField type |
| static int | DERIVEBYFIELD_TYPE
The deriveByField type |
| Method Summary | |
|---|---|
| static Enumeration | enumerate()
Method enumerate
Returns an enumeration of all possible instances of
BindXmlAutoNamingType
|
| int | getType()
Method getType
Returns the type of this BindXmlAutoNamingType
|
| String | toString()
Method toString
Returns the String representation of this
BindXmlAutoNamingType
|
| static BindXmlAutoNamingType | valueOf(String string)
Method valueOf
Returns a new BindXmlAutoNamingType based on the given
String value.
|
Returns: Enumeration
Returns: int
Returns: String
Parameters: string
Returns: BindXmlAutoNamingType