|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 declared as XSDConstraint | |
static XSDConstraint |
XSDConstraint.DEFAULT_LITERAL
The 'Default' literal object |
static XSDConstraint |
XSDConstraint.FIXED_LITERAL
The 'Fixed' literal object |
Methods in org.eclipse.xsd that return XSDConstraint | |
XSDConstraint |
XSDFeature.getConstraint()
Returns the value of the 'Constraint' attribute. |
XSDConstraint |
XSDAttributeUse.getConstraint()
Returns the value of the 'Constraint' attribute. |
static XSDConstraint |
XSDConstraint.get(String literal)
Returns the 'Constraint' literal with the specified literal value |
static XSDConstraint |
XSDConstraint.getByName(String name)
Returns the 'Constraint' literal with the specified name |
static XSDConstraint |
XSDConstraint.get(int value)
Returns the 'Constraint' literal with the specified integer value |
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 static XSDConstraint |
XSDFeatureImpl.CONSTRAINT_EDEFAULT
The default value of the ' Constraint ' attribute |
protected XSDConstraint |
XSDFeatureImpl.constraint
The cached value of the ' Constraint ' attribute |
protected static XSDConstraint |
XSDAttributeUseImpl.CONSTRAINT_EDEFAULT
The default value of the ' Constraint ' attribute |
protected XSDConstraint |
XSDAttributeUseImpl.constraint
The cached value of the ' Constraint ' attribute |
Methods in org.eclipse.xsd.impl that return XSDConstraint | |
XSDConstraint |
XSDFeatureImpl.getConstraint()
|
XSDConstraint |
XSDFactoryImpl.createXSDConstraintFromString(EDataType eDataType,
String initialValue)
|
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. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |