|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XSDIdentityConstraintCategory | |
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 XSDIdentityConstraintCategory in org.eclipse.xsd |
Fields in org.eclipse.xsd declared as XSDIdentityConstraintCategory | |
static XSDIdentityConstraintCategory |
XSDIdentityConstraintCategory.KEY_LITERAL
The 'Key' literal object |
static XSDIdentityConstraintCategory |
XSDIdentityConstraintCategory.KEYREF_LITERAL
The 'Keyref' literal object |
static XSDIdentityConstraintCategory |
XSDIdentityConstraintCategory.UNIQUE_LITERAL
The 'Unique' literal object |
Methods in org.eclipse.xsd that return XSDIdentityConstraintCategory | |
static XSDIdentityConstraintCategory |
XSDIdentityConstraintCategory.get(String literal)
Returns the 'Identity Constraint Category' literal with the specified literal value |
static XSDIdentityConstraintCategory |
XSDIdentityConstraintCategory.getByName(String name)
Returns the 'Identity Constraint Category' literal with the specified name |
static XSDIdentityConstraintCategory |
XSDIdentityConstraintCategory.get(int value)
Returns the 'Identity Constraint Category' literal with the specified integer value |
XSDIdentityConstraintCategory |
XSDIdentityConstraintDefinition.getIdentityConstraintCategory()
Returns the value of the 'Identity Constraint Category' attribute. |
Methods in org.eclipse.xsd with parameters of type XSDIdentityConstraintCategory | |
void |
XSDIdentityConstraintDefinition.setIdentityConstraintCategory(XSDIdentityConstraintCategory value)
Sets the value of the ' Identity Constraint Category ' attribute |
Uses of XSDIdentityConstraintCategory in org.eclipse.xsd.impl |
Fields in org.eclipse.xsd.impl declared as XSDIdentityConstraintCategory | |
protected static XSDIdentityConstraintCategory |
XSDIdentityConstraintDefinitionImpl.IDENTITY_CONSTRAINT_CATEGORY_EDEFAULT
The default value of the ' Identity Constraint Category ' attribute |
protected XSDIdentityConstraintCategory |
XSDIdentityConstraintDefinitionImpl.identityConstraintCategory
The cached value of the ' Identity Constraint Category ' attribute |
Methods in org.eclipse.xsd.impl that return XSDIdentityConstraintCategory | |
XSDIdentityConstraintCategory |
XSDIdentityConstraintDefinitionImpl.getIdentityConstraintCategory()
|
XSDIdentityConstraintCategory |
XSDFactoryImpl.createXSDIdentityConstraintCategoryFromString(EDataType eDataType,
String initialValue)
|
Methods in org.eclipse.xsd.impl with parameters of type XSDIdentityConstraintCategory | |
void |
XSDIdentityConstraintDefinitionImpl.setIdentityConstraintCategory(XSDIdentityConstraintCategory newIdentityConstraintCategory)
|
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |