org.enhydra.apache.xerces.validators.schema.identity
Class Unique
java.lang.Object
|
+--org.enhydra.apache.xerces.validators.schema.identity.IdentityConstraint
|
+--org.enhydra.apache.xerces.validators.schema.identity.Unique
- public class Unique
- extends IdentityConstraint
Schema unique identity constraint.
- Version:
- $Id: Unique.java,v 1.1.1.1 2003/03/10 16:34:51 taweili Exp $
- Author:
- Andy Clark, IBM
Constructor Summary |
Unique(String identityConstraintName,
String elementName)
Constructs a unique identity constraint. |
Method Summary |
short |
getType()
Returns the identity constraint type. |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Unique
public Unique(String identityConstraintName,
String elementName)
- Constructs a unique identity constraint.
getType
public short getType()
- Returns the identity constraint type.
- Overrides:
getType
in class IdentityConstraint
Copyright © 1999 The Apache Software Foundation. All Rights reserved.