com.sun.msv.grammar.xmlschema
Class XMLSchemaSchema.IdentityConstraintContainer

java.lang.Object
  |
  +--com.sun.msv.grammar.xmlschema.XMLSchemaSchema.IdentityConstraintContainer
All Implemented Interfaces:
Serializable
Enclosing class:
XMLSchemaSchema

public final class XMLSchemaSchema.IdentityConstraintContainer
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
XMLSchemaSchema.IdentityConstraintContainer()
           
 
Method Summary
 void add(String name, IdentityConstraint idc)
           
 IdentityConstraint get(String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLSchemaSchema.IdentityConstraintContainer

public XMLSchemaSchema.IdentityConstraintContainer()
Method Detail

get

public IdentityConstraint get(String name)

add

public void add(String name,
                IdentityConstraint idc)