org.exolab.castor.builder.binding.types
public class BindingType extends Object implements Serializable
Version: $Revision: 5951 $ $Date: 2005-03-05 06:42:06 -0700 (Sat, 05 Mar 2005) $
Field Summary | |
---|---|
static BindingType | ELEMENT
The instance of the element type
|
static int | ELEMENT_TYPE
The element type
|
static BindingType | TYPE
The instance of the type type
|
static int | TYPE_TYPE
The type type
|
Method Summary | |
---|---|
static Enumeration | enumerate()
Returns an enumeration of all possible instances of
BindingType
|
int | getType()
Returns the type of this BindingType
|
String | toString()
Returns the String representation of this BindingType
|
static BindingType | valueOf(String string)
Returns a new BindingType based on the given String value.
|
Parameters: string