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

org.exolab.castor.xml.schema.Order Class Reference

List of all members.

Public Member Functions

short getType ()
String toString ()

Static Public Member Functions

static Order valueOf (String value) throws IllegalArgumentException

Static Public Attributes

static final short ALL = 0
static final short SEQUENCE = 1
static final short CHOICE = 2
static final Order all = new Order(Order.ALL)
static final Order choice = new Order(Order.CHOICE)
static final Order seq = new Order(Order.SEQUENCE)

Detailed Description

An XML Schema model group Order

Author:
Keith Visco

Member Function Documentation

short org.exolab.castor.xml.schema.Order.getType (  ) 
String org.exolab.castor.xml.schema.Order.toString (  ) 
static Order org.exolab.castor.xml.schema.Order.valueOf ( String  value  )  throws IllegalArgumentException [static]

Member Data Documentation

final short org.exolab.castor.xml.schema.Order.ALL = 0 [static]

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