Uses of Class
org.eclipse.xsd.XSDCompositor

Packages that use XSDCompositor
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. 
org.eclipse.xsd.util This provides utility classes and interfaces to augment the basic API for XML Schema, as well as sample code. 
 

Uses of XSDCompositor in org.eclipse.xsd
 

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

Methods in org.eclipse.xsd that return XSDCompositor
static XSDCompositor XSDCompositor.get(int value)
          Returns the 'Compositor' literal with the specified integer value
static XSDCompositor XSDCompositor.get(java.lang.String literal)
          Returns the 'Compositor' literal with the specified literal value
static XSDCompositor XSDCompositor.getByName(java.lang.String name)
          Returns the 'Compositor' literal with the specified name
 XSDCompositor XSDModelGroup.getCompositor()
          Returns the value of the 'Compositor' attribute.
static XSDCompositor XSDCompositor.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XSDCompositor[] XSDCompositor.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 XSDCompositor
 void XSDModelGroup.setCompositor(XSDCompositor value)
          Sets the value of the 'Compositor' attribute
 

Uses of XSDCompositor in org.eclipse.xsd.impl
 

Fields in org.eclipse.xsd.impl declared as XSDCompositor
protected  XSDCompositor XSDModelGroupImpl.compositor
          The cached value of the 'Compositor' attribute
protected static XSDCompositor XSDModelGroupImpl.COMPOSITOR_EDEFAULT
          The default value of the 'Compositor' attribute
 

Methods in org.eclipse.xsd.impl that return XSDCompositor
 XSDCompositor XSDFactoryImpl.createXSDCompositorFromString(EDataType eDataType, java.lang.String initialValue)
           
 XSDCompositor XSDModelGroupImpl.getCompositor()
           
 

Methods in org.eclipse.xsd.impl with parameters of type XSDCompositor
 void XSDModelGroupImpl.setCompositor(XSDCompositor newCompositor)
           
 

Uses of XSDCompositor in org.eclipse.xsd.util
 

Methods in org.eclipse.xsd.util with parameters of type XSDCompositor
static XSDModelGroup XSDSchemaBuildingTools.addModelGroupDefinition(XSDConcreteComponent component, java.lang.String localName, XSDCompositor compositor, java.util.List<? extends XSDTerm> groupTerms)
          Add a named modelGroup(Definition) to a container.
 


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