Uses of Class
org.eclipse.xsd.XSDOrdered

Packages that use XSDOrdered
org.eclipse.xsd This provides an API for the XML Schema Standard Part 1 and Part 2; for differences between the current version of the API and the previous version of the API, please see the Appendix
org.eclipse.xsd.impl This provides an implementation of the API for XML Schema; it is considered internal and the Javadoc is incomplete. 
 

Uses of XSDOrdered in org.eclipse.xsd
 

Fields in org.eclipse.xsd with type parameters of type XSDOrdered
static java.util.List<XSDOrdered> XSDOrdered.VALUES
          A public read-only list of all the 'Ordered' enumerators
 

Methods in org.eclipse.xsd that return XSDOrdered
static XSDOrdered XSDOrdered.get(int value)
          Returns the 'Ordered' literal with the specified integer value
static XSDOrdered XSDOrdered.get(java.lang.String literal)
          Returns the 'Ordered' literal with the specified literal value
static XSDOrdered XSDOrdered.getByName(java.lang.String name)
          Returns the 'Ordered' literal with the specified name
 XSDOrdered XSDOrderedFacet.getValue()
          Returns the value of the 'Value' attribute.
static XSDOrdered XSDOrdered.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XSDOrdered[] XSDOrdered.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.xsd with parameters of type XSDOrdered
 void XSDOrderedFacet.setValue(XSDOrdered value)
          Sets the value of the 'Value' attribute
 

Uses of XSDOrdered in org.eclipse.xsd.impl
 

Fields in org.eclipse.xsd.impl declared as XSDOrdered
protected  XSDOrdered XSDOrderedFacetImpl.value
          The cached value of the 'Value' attribute
protected static XSDOrdered XSDOrderedFacetImpl.VALUE_EDEFAULT
          The default value of the 'Value' attribute
 

Methods in org.eclipse.xsd.impl that return XSDOrdered
 XSDOrdered XSDFactoryImpl.createXSDOrderedFromString(EDataType eDataType, java.lang.String initialValue)
           
 XSDOrdered XSDOrderedFacetImpl.getValue()
           
 

Methods in org.eclipse.xsd.impl with parameters of type XSDOrdered
 void XSDOrderedFacetImpl.setValue(XSDOrdered newValue)
           
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.