Uses of Class
org.eclipse.xsd.XSDConstraint

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

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

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

Uses of XSDConstraint in org.eclipse.xsd.impl
 

Fields in org.eclipse.xsd.impl declared as XSDConstraint
protected  XSDConstraint XSDFeatureImpl.constraint
          The cached value of the 'Constraint' attribute
protected  XSDConstraint XSDAttributeUseImpl.constraint
          The cached value of the 'Constraint' attribute
protected static XSDConstraint XSDFeatureImpl.CONSTRAINT_EDEFAULT
          The default value of the 'Constraint' attribute
protected static XSDConstraint XSDAttributeUseImpl.CONSTRAINT_EDEFAULT
          The default value of the 'Constraint' attribute
 

Methods in org.eclipse.xsd.impl that return XSDConstraint
 XSDConstraint XSDFactoryImpl.createXSDConstraintFromString(EDataType eDataType, java.lang.String initialValue)
           
 XSDConstraint XSDFeatureImpl.getConstraint()
           
 XSDConstraint XSDAttributeUseImpl.getConstraint()
           
 

Methods in org.eclipse.xsd.impl with parameters of type XSDConstraint
 void XSDFeatureImpl.setConstraint(XSDConstraint newConstraint)
           
 void XSDAttributeUseImpl.setConstraint(XSDConstraint newConstraint)
           
 


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