org.exolab.castor.builder.binding.types
public class BindingType extends Object implements Serializable
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:07:55 $
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