Public Member Functions | Static Public Member Functions | Static Public Attributes

org.exolab.castor.builder.binding.types.BindingType Class Reference

List of all members.

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")

Detailed Description

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'.

Version:
Revision:
1.1.1.1
Date:
2003/03/03 07:07:55

Member Function Documentation

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 (  ) 
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.

Parameters:
string 

Member Data Documentation

The instance of the element type

The element type

The instance of the type type

The type type


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties