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

org.exolab.castor.mapping.xml.types.BindXmlNodeType 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.mapping.xml.types.BindXmlNodeType 
valueOf (java.lang.String string)

Static Public Attributes

static final int ATTRIBUTE_TYPE = 0
static final BindXmlNodeType ATTRIBUTE = new BindXmlNodeType(ATTRIBUTE_TYPE, "attribute")
static final int ELEMENT_TYPE = 1
static final BindXmlNodeType ELEMENT = new BindXmlNodeType(ELEMENT_TYPE, "element")
static final int NAMESPACE_TYPE = 2
static final BindXmlNodeType NAMESPACE = new BindXmlNodeType(NAMESPACE_TYPE, "namespace")
static final int TEXT_TYPE = 3
static final BindXmlNodeType TEXT = new BindXmlNodeType(TEXT_TYPE, "text")

Detailed Description

Version:
Revision:
1.1.1.1
Date:
2003/03/03 07:08:38

Member Function Documentation

static java.util.Enumeration org.exolab.castor.mapping.xml.types.BindXmlNodeType.enumerate (  )  [static]

Returns an enumeration of all possible instances of BindXmlNodeType

int org.exolab.castor.mapping.xml.types.BindXmlNodeType.getType (  ) 

Returns the type of this BindXmlNodeType

java.lang.String org.exolab.castor.mapping.xml.types.BindXmlNodeType.toString (  ) 

Returns the String representation of this BindXmlNodeType

static org.exolab.castor.mapping.xml.types.BindXmlNodeType org.exolab.castor.mapping.xml.types.BindXmlNodeType.valueOf ( java.lang.String  string  )  [static]

Returns a new BindXmlNodeType based on the given String value.

Parameters:
string 

Member Data Documentation

The instance of the attribute type

The attribute type

The instance of the element type

The element type

The instance of the namespace type

The namespace type

The instance of the text type

The text type


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