Uses of Interface
org.eclipse.xsd.XSDIdentityConstraintDefinition

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 XSDFactory.createXSDIdentityConstraintDefinition()
          Returns a new object of class 'Identity Constraint Definition'
 XSDIdentityConstraintDefinition XSDIdentityConstraintDefinition.getReferencedKey()
          Returns the value of the 'Referenced Key' reference
 XSDIdentityConstraintDefinition XSDConcreteComponent.resolveIdentityConstraintDefinition(java.lang.String localName)
          Returns the resolved identity constraint definition of the given name within the schema.
 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.resolveIdentityConstraintDefinitionURI(java.lang.String uri)
          Returns the resolved identity constraint definition of the given URI.
 

Methods in org.eclipse.xsd that return types with arguments of type XSDIdentityConstraintDefinition
 EList<XSDIdentityConstraintDefinition> XSDElementDeclaration.getIdentityConstraintDefinitions()
          Returns the value of the 'Identity Constraint Definitions' containment reference list.
 EList<XSDIdentityConstraintDefinition> XSDSchema.getIdentityConstraintDefinitions()
          Returns the value of the 'Identity Constraint Definitions' reference list.
 

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
 

Fields in org.eclipse.xsd.impl with type parameters of type XSDIdentityConstraintDefinition
protected  EList<XSDIdentityConstraintDefinition> XSDSchemaImpl.identityConstraintDefinitions
          The cached value of the 'Identity Constraint Definitions' reference list
protected  EList<XSDIdentityConstraintDefinition> XSDElementDeclarationImpl.identityConstraintDefinitions
          The cached value of the 'Identity Constraint Definitions' containment reference list
 

Methods in org.eclipse.xsd.impl that return XSDIdentityConstraintDefinition
static XSDIdentityConstraintDefinition XSDIdentityConstraintDefinitionImpl.createIdentityConstraintDefinition(org.w3c.dom.Node node)
           
protected  XSDIdentityConstraintDefinition XSDConcreteComponentImpl.createUnresolvedIdentityConstraintDefinition(java.lang.String namespace, java.lang.String localName)
           
 XSDIdentityConstraintDefinition XSDFactoryImpl.createXSDIdentityConstraintDefinition()
           
 XSDIdentityConstraintDefinition XSDIdentityConstraintDefinitionImpl.getReferencedKey()
           
 XSDIdentityConstraintDefinition XSDConcreteComponentImpl.resolveIdentityConstraintDefinition(java.lang.String localName)
           
 XSDIdentityConstraintDefinition XSDSchemaImpl.resolveIdentityConstraintDefinition(java.lang.String namespace, java.lang.String localName)
           
 XSDIdentityConstraintDefinition XSDConcreteComponentImpl.resolveIdentityConstraintDefinition(java.lang.String namespace, java.lang.String localName)
           
 XSDIdentityConstraintDefinition XSDConcreteComponentImpl.resolveIdentityConstraintDefinitionURI(java.lang.String uri)
           
 

Methods in org.eclipse.xsd.impl that return types with arguments of type XSDIdentityConstraintDefinition
 EList<XSDIdentityConstraintDefinition> XSDSchemaImpl.getIdentityConstraintDefinitions()
           
 EList<XSDIdentityConstraintDefinition> XSDElementDeclarationImpl.getIdentityConstraintDefinitions()
           
 

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
 T 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.