Public Member Functions | Static Public Attributes

org.exolab.castor.xml.DescriptorType Class Reference

List of all members.

Public Member Functions

short getType ()

Static Public Attributes

static final short ATTRIBUTE = 0
static final short ELEMENT = 1
static final DescriptorType attribute = new DescriptorType(DescriptorType.ATTRIBUTE)
static final DescriptorType element = new DescriptorType(DescriptorType.ELEMENT)

Detailed Description

This class represents the Possible Descriptor types used by the marshalling Framework. Currently only Attribute and Element descriptors are used.

Author:
Keith Visco
Version:
Revision:
1.1.1.1
Date:
2003/03/03 07:09:09

Member Function Documentation

short org.exolab.castor.xml.DescriptorType.getType (  ) 

Returns the type of this DescriptorType

Returns:
the type of this DescriptorType

Member Data Documentation

Represents the descriptor type for Attributes

The Attribute DescriptorType

The Element DescriptorType

Represents the descriptor type for Elements


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