|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xerces.validators.schema.identity.IdentityConstraint | +--org.apache.xerces.validators.schema.identity.Unique
Schema unique identity constraint.
Fields inherited from class org.apache.xerces.validators.schema.identity.IdentityConstraint |
---|
fElementName, fFieldCount, fFields, fIdentityConstraintName, fSelector, KEY, KEYREF, UNIQUE |
Constructor Summary | |
---|---|
Unique(java.lang.String identityConstraintName,
java.lang.String elementName)
Constructs a unique identity constraint. |
Method Summary | |
---|---|
short |
getType()
Returns the identity constraint type. |
Methods inherited from class org.apache.xerces.validators.schema.identity.IdentityConstraint |
---|
addField, equals, getElementName, getFieldAt, getFieldCount, getIdentityConstraintName, getSelector, setSelector, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Unique(java.lang.String identityConstraintName, java.lang.String elementName)
Method Detail |
public short getType()
getType
in class IdentityConstraint
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |