Uses of Class
org.exolab.castor.xml.schema.IdentityConstraint

Packages that use IdentityConstraint
org.exolab.castor.xml.schema   
org.exolab.castor.xml.schema.reader   
 

Uses of IdentityConstraint in org.exolab.castor.xml.schema
 

Subclasses of IdentityConstraint in org.exolab.castor.xml.schema
 class Key
          A class that represents the XML Schema Identity Constraint: Key.
 class KeyRef
          A class that represents the XML Schema Identity Constraint: KeyRef.
 class Unique
          A class that represents the XML Schema Identity Constraint: Unique.
 

Methods in org.exolab.castor.xml.schema with parameters of type IdentityConstraint
 void ElementDecl.addIdentityConstraint(IdentityConstraint constraint)
          Adds the given IdentityConstraint to this element definition.
 boolean ElementDecl.removeIdentityConstraint(IdentityConstraint constraint)
          Removes the given IdentityConstraint from this element definition.
 

Uses of IdentityConstraint in org.exolab.castor.xml.schema.reader
 

Methods in org.exolab.castor.xml.schema.reader that return IdentityConstraint
 IdentityConstraint IdentityConstraintUnmarshaller.getIdentityConstraint()
          Returns the IdentityConstraint created.
 



Copyright © 2012. All Rights Reserved.