|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XSDIdentityConstraintDefinition | |
---|---|
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.provider | |
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 XSDIdentityConstraintDefinition in org.eclipse.xsd |
---|
Methods in org.eclipse.xsd that return XSDIdentityConstraintDefinition | |
XSDIdentityConstraintDefinition |
XSDIdentityConstraintDefinition.getReferencedKey()
Returns the value of the 'Referenced Key' reference |
XSDIdentityConstraintDefinition |
XSDConcreteComponent.resolveIdentityConstraintDefinitionURI(java.lang.String uri)
Returns the resolved identity constraint definition of the given URI .
|
XSDIdentityConstraintDefinition |
XSDConcreteComponent.resolveIdentityConstraintDefinition(java.lang.String namespace,
java.lang.String localName)
Returns the resolved identity constraint definition of the given namespace and name .
|
XSDIdentityConstraintDefinition |
XSDConcreteComponent.resolveIdentityConstraintDefinition(java.lang.String localName)
Returns the resolved identity constraint definition of the given name
within the schema .
|
XSDIdentityConstraintDefinition |
XSDFactory.createXSDIdentityConstraintDefinition()
Returns a new object of class 'Identity Constraint Definition' |
Methods in org.eclipse.xsd with parameters of type XSDIdentityConstraintDefinition | |
void |
XSDIdentityConstraintDefinition.setReferencedKey(XSDIdentityConstraintDefinition value)
Sets the value of the ' Referenced Key ' reference |
Uses of XSDIdentityConstraintDefinition in org.eclipse.xsd.impl |
---|
Classes in org.eclipse.xsd.impl that implement XSDIdentityConstraintDefinition | |
class |
XSDIdentityConstraintDefinitionImpl
An implementation of the model object 'Identity Constraint Definition' |
Fields in org.eclipse.xsd.impl declared as XSDIdentityConstraintDefinition | |
protected XSDIdentityConstraintDefinition |
XSDIdentityConstraintDefinitionImpl.referencedKey
The cached value of the ' Referenced Key ' reference |
Methods in org.eclipse.xsd.impl with parameters of type XSDIdentityConstraintDefinition | |
void |
XSDIdentityConstraintDefinitionImpl.setReferencedKey(XSDIdentityConstraintDefinition newReferencedKey)
|
Uses of XSDIdentityConstraintDefinition in org.eclipse.xsd.provider |
---|
Methods in org.eclipse.xsd.provider that return XSDIdentityConstraintDefinition | |
protected XSDIdentityConstraintDefinition |
XSDItemProviderAdapter.createIdentityConstraintDefinition(XSDConcreteComponent parent)
This creates an object of type XSDIdentityConstraintDefinition with a name that is unique
globally. |
Uses of XSDIdentityConstraintDefinition in org.eclipse.xsd.util |
---|
Methods in org.eclipse.xsd.util with parameters of type XSDIdentityConstraintDefinition | |
java.lang.Object |
XSDSwitch.caseXSDIdentityConstraintDefinition(XSDIdentityConstraintDefinition object)
Returns the result of interpretting the object as an instance of 'Identity Constraint Definition' |
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |