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 declared as XSDOrdered
static XSDOrdered XSDOrdered.FALSE_LITERAL
          The 'False' literal object
static XSDOrdered XSDOrdered.PARTIAL_LITERAL
          The 'Partial' literal object
static XSDOrdered XSDOrdered.TOTAL_LITERAL
          The 'Total' literal object
 

Methods in org.eclipse.xsd that return XSDOrdered
static XSDOrdered XSDOrdered.get(String literal)
          Returns the 'Ordered' literal with the specified literal value
static XSDOrdered XSDOrdered.getByName(String name)
          Returns the 'Ordered' literal with the specified name
static XSDOrdered XSDOrdered.get(int value)
          Returns the 'Ordered' literal with the specified integer value
 XSDOrdered XSDOrderedFacet.getValue()
          Returns the value of the 'Value' attribute.
 

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 static XSDOrdered XSDOrderedFacetImpl.VALUE_EDEFAULT
          The default value of the 'Value' attribute
protected  XSDOrdered XSDOrderedFacetImpl.value
          The cached value of the 'Value' attribute
 

Methods in org.eclipse.xsd.impl that return XSDOrdered
 XSDOrdered XSDFactoryImpl.createXSDOrderedFromString(EDataType eDataType, 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.