|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xerces.impl.xs.identity.IdentityConstraint org.apache.xerces.impl.xs.identity.UniqueOrKey
public class UniqueOrKey
Schema unique or key identity constraint. These two kinds of identity constraint have been combined to save the creation of a separate Vector object for any element that has both. A short int is used to distinguish which this object is.
Field Summary |
---|
Fields inherited from interface org.apache.xerces.xs.XSIDCDefinition |
---|
IC_KEY, IC_KEYREF, IC_UNIQUE |
Constructor Summary | |
---|---|
UniqueOrKey(java.lang.String namespace,
java.lang.String identityConstraintName,
java.lang.String elemName,
short type)
Constructs a unique or a key identity constraint. |
Method Summary |
---|
Methods inherited from class org.apache.xerces.impl.xs.identity.IdentityConstraint |
---|
addAnnotation, addField, equals, getAnnotations, getCategory, getElementName, getFieldAt, getFieldCount, getFieldStrs, getIdentityConstraintName, getName, getNamespace, getNamespaceItem, getRefKey, getSelector, getSelectorStr, getType, setSelector, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UniqueOrKey(java.lang.String namespace, java.lang.String identityConstraintName, java.lang.String elemName, short type)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |