org.exolab.castor.mapping.xml.types

Class BindXmlNodeType

Implemented Interfaces:
java.io.Serializable

public class BindXmlNodeType
extends java.lang.Object
implements java.io.Serializable

Version:
$Revision: 1.1.1.1 $ $Date: 2003/03/03 07:08:38 $
See Also:
Serialized Form

Field Summary

static BindXmlNodeType
ATTRIBUTE
The instance of the attribute type
static int
ATTRIBUTE_TYPE
The attribute type
static BindXmlNodeType
ELEMENT
The instance of the element type
static int
ELEMENT_TYPE
The element type
static BindXmlNodeType
NAMESPACE
The instance of the namespace type
static int
NAMESPACE_TYPE
The namespace type
static BindXmlNodeType
TEXT
The instance of the text type
static int
TEXT_TYPE
The text type

Method Summary

static java.util.Enumeration
enumerate()
Returns an enumeration of all possible instances of BindXmlNodeType
int
getType()
Returns the type of this BindXmlNodeType
java.lang.String
toString()
Returns the String representation of this BindXmlNodeType
static BindXmlNodeType
valueOf(java.lang.String string)
Returns a new BindXmlNodeType based on the given String value.

Field Details

ATTRIBUTE

public static final BindXmlNodeType ATTRIBUTE
The instance of the attribute type

ATTRIBUTE_TYPE

public static final int ATTRIBUTE_TYPE
The attribute type
Field Value:
0

ELEMENT

public static final BindXmlNodeType ELEMENT
The instance of the element type

ELEMENT_TYPE

public static final int ELEMENT_TYPE
The element type
Field Value:
1

NAMESPACE

public static final BindXmlNodeType NAMESPACE
The instance of the namespace type

NAMESPACE_TYPE

public static final int NAMESPACE_TYPE
The namespace type
Field Value:
2

TEXT

public static final BindXmlNodeType TEXT
The instance of the text type

TEXT_TYPE

public static final int TEXT_TYPE
The text type
Field Value:
3

Method Details

enumerate

public static java.util.Enumeration enumerate()
Returns an enumeration of all possible instances of BindXmlNodeType

getType

public int getType()
Returns the type of this BindXmlNodeType

toString

public java.lang.String toString()
Returns the String representation of this BindXmlNodeType

valueOf

public static BindXmlNodeType valueOf(java.lang.String string)
Returns a new BindXmlNodeType based on the given String value.
Parameters:
string -

Intalio Inc. (C) 1999-2003. All rights reserved http://www.intalio.com