|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.builder.binding.types.BindingType
public class BindingType
List of the allowed values for the binding type from an XML schema to a java class. The type can either be 'element' or 'complexType'.
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 java.util.Enumeration |
enumerate()
Returns an enumeration of all possible instances of BindingType |
int |
getType()
Returns the type of this BindingType |
java.lang.String |
toString()
Returns the String representation of this BindingType |
static BindingType |
valueOf(java.lang.String string)
Returns a new BindingType 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 ELEMENT_TYPE
public static final BindingType ELEMENT
public static final int TYPE_TYPE
public static final BindingType TYPE
Method Detail |
---|
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static BindingType valueOf(java.lang.String string)
string
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |