org.exolab.castor.mapping.xml.types

Class BindXmlNodeType

Implemented Interfaces:
java.io.Serializable

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

Class BindXmlNodeType.
Version:
$Revision: 6075 $ $Date: 2006-01-07 15:48:31 -0700 (Sat, 07 Jan 2006) $
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()
Method enumerate Returns an enumeration of all possible instances of BindXmlNodeType
int
getType()
Method getType Returns the type of this BindXmlNodeType
java.lang.String
toString()
Method toString Returns the String representation of this BindXmlNodeType
static BindXmlNodeType
valueOf(java.lang.String string)
Method valueOf 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()
Method enumerate Returns an enumeration of all possible instances of BindXmlNodeType
Returns:
Enumeration

getType

public int getType()
Method getType Returns the type of this BindXmlNodeType
Returns:
int

toString

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

valueOf

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

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