Public Member Functions | |
| int | getType () |
| java.lang.String | toString () |
Static Public Member Functions | |
| static java.util.Enumeration | enumerate () |
| static org.exolab.castor.builder.binding.types.BindingType | valueOf (java.lang.String string) |
Static Public Attributes | |
| static final int | ELEMENT_TYPE = 0 |
| static final BindingType | ELEMENT = new BindingType(ELEMENT_TYPE, "element") |
| static final int | TYPE_TYPE = 1 |
| static final BindingType | TYPE = new BindingType(TYPE_TYPE, "type") |
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'.
| static java.util.Enumeration org.exolab.castor.builder.binding.types.BindingType.enumerate | ( | ) | [static] |
Returns an enumeration of all possible instances of BindingType
| int org.exolab.castor.builder.binding.types.BindingType.getType | ( | ) |
Returns the type of this BindingType
Referenced by org.exolab.castor.builder.SourceGenerator.mappingSchemaElement2Java(), and org.exolab.castor.builder.SourceGenerator.mappingSchemaType2Java().
| java.lang.String org.exolab.castor.builder.binding.types.BindingType.toString | ( | ) |
Returns the String representation of this BindingType
| static org.exolab.castor.builder.binding.types.BindingType org.exolab.castor.builder.binding.types.BindingType.valueOf | ( | java.lang.String | string | ) | [static] |
Returns a new BindingType based on the given String value.
| string |
final BindingType org.exolab.castor.builder.binding.types.BindingType.ELEMENT = new BindingType(ELEMENT_TYPE, "element") [static] |
The instance of the element type
final int org.exolab.castor.builder.binding.types.BindingType.ELEMENT_TYPE = 0 [static] |
The element type
final BindingType org.exolab.castor.builder.binding.types.BindingType.TYPE = new BindingType(TYPE_TYPE, "type") [static] |
The instance of the type type
final int org.exolab.castor.builder.binding.types.BindingType.TYPE_TYPE = 1 [static] |
The type type
1.7.0