Uses of Interface
org.gxml.xs.SmIdentityConstraint

Packages that use SmIdentityConstraint
org.gxml.xs   
 

Uses of SmIdentityConstraint in org.gxml.xs
 

Methods in org.gxml.xs that return SmIdentityConstraint
 SmIdentityConstraint<A,S> SmComponentProvider.getIdentityConstraint(SmName<S> name)
          Returns the SmIdentityConstraint if it exists by the given name, otherwise null.
 SmIdentityConstraint<A,S> SmCache.getIdentityConstraint(SmName<S> name)
           
 SmIdentityConstraint<A,S> SmIdentityConstraint.getKeyConstraint()
          In the case of keyref constraints, returns the corresponding key constraint with {identity-constraint category} equal to key or unique.
 

Methods in org.gxml.xs that return types with arguments of type SmIdentityConstraint
 java.lang.Iterable<SmIdentityConstraint<A,S>> SmSchema.getIdentityConstraints()
          Returns the Identity-constraint definitions.
 java.lang.Iterable<SmIdentityConstraint<A,S>> SmElement.getIdentityConstraints()
          Returns the {identity-constraints definitions} for this element.
 

Methods in org.gxml.xs with parameters of type SmIdentityConstraint
 void SmParserHandler.error(SmIdentityConstraint<A,S> constraint, SmException exception)
           
 void SmVisitor.visitIdentityConstraint(SmIdentityConstraint<A,S> constraint)
           
 



Copyright © 2009 TIBCO Software Inc. All Rights Reserved.