Uses of Interface
org.eclipse.xsd.XSDFundamentalFacet

Packages that use XSDFundamentalFacet
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 XSDFundamentalFacet in org.eclipse.xsd
 

Subinterfaces of XSDFundamentalFacet in org.eclipse.xsd
 interface XSDBoundedFacet
          A representation of the model object 'Bounded Facet'
 interface XSDCardinalityFacet
          A representation of the model object 'Cardinality Facet'
 interface XSDNumericFacet
          A representation of the model object 'Numeric Facet'
 interface XSDOrderedFacet
          A representation of the model object 'Ordered Facet'
 

Methods in org.eclipse.xsd that return types with arguments of type XSDFundamentalFacet
 EList<XSDFundamentalFacet> XSDSimpleTypeDefinition.getFundamentalFacets()
          Returns the value of the 'Fundamental Facets' containment reference list.
 

Uses of XSDFundamentalFacet in org.eclipse.xsd.impl
 

Classes in org.eclipse.xsd.impl that implement XSDFundamentalFacet
 class XSDBoundedFacetImpl
          An implementation of the model object 'Bounded Facet'
 class XSDCardinalityFacetImpl
          An implementation of the model object 'Cardinality Facet'
 class XSDFundamentalFacetImpl
          An implementation of the model object 'Fundamental Facet'
 class XSDNumericFacetImpl
          An implementation of the model object 'Numeric Facet'
 class XSDOrderedFacetImpl
          An implementation of the model object 'Ordered Facet'
 

Fields in org.eclipse.xsd.impl with type parameters of type XSDFundamentalFacet
protected  EList<XSDFundamentalFacet> XSDSimpleTypeDefinitionImpl.fundamentalFacets
          The cached value of the 'Fundamental Facets' containment reference list
 

Methods in org.eclipse.xsd.impl that return types with arguments of type XSDFundamentalFacet
 EList<XSDFundamentalFacet> XSDSimpleTypeDefinitionImpl.getFundamentalFacets()
           
 

Uses of XSDFundamentalFacet in org.eclipse.xsd.util
 

Methods in org.eclipse.xsd.util with parameters of type XSDFundamentalFacet
 T XSDSwitch.caseXSDFundamentalFacet(XSDFundamentalFacet object)
          Returns the result of interpretting the object as an instance of 'Fundamental Facet'
 


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