Uses of Interface
org.eclipse.xsd.XSDMaxFacet

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

Subinterfaces of XSDMaxFacet in org.eclipse.xsd
 interface XSDMaxExclusiveFacet
          A representation of the model object 'Max Exclusive Facet'
 interface XSDMaxInclusiveFacet
          A representation of the model object 'Max Inclusive Facet'
 

Methods in org.eclipse.xsd that return XSDMaxFacet
 XSDMaxFacet XSDSimpleTypeDefinition.getEffectiveMaxFacet()
          Returns the value of the 'Effective Max Facet' reference
 XSDMaxFacet XSDSimpleTypeDefinition.getMaxFacet()
          Returns the value of the 'Max Facet' reference
 

Uses of XSDMaxFacet in org.eclipse.xsd.impl
 

Classes in org.eclipse.xsd.impl that implement XSDMaxFacet
 class XSDMaxExclusiveFacetImpl
          An implementation of the model object 'Max Exclusive Facet'
 class XSDMaxFacetImpl
          An implementation of the model object 'Max Facet'
 class XSDMaxInclusiveFacetImpl
          An implementation of the model object 'Max Inclusive Facet'
 

Methods in org.eclipse.xsd.impl that return XSDMaxFacet
 XSDMaxFacet XSDSimpleTypeDefinitionImpl.getEffectiveMaxFacet()
           
 XSDMaxFacet XSDSimpleTypeDefinitionImpl.getMaxFacet()
           
 

Uses of XSDMaxFacet in org.eclipse.xsd.util
 

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


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