org.enhydra.apache.xerces.validators.schema.identity
Class Key
java.lang.Object
|
+--org.enhydra.apache.xerces.validators.schema.identity.IdentityConstraint
|
+--org.enhydra.apache.xerces.validators.schema.identity.Key
- public class Key
- extends IdentityConstraint
Schema key identity constraint.
- Version:
- $Id: Key.java,v 1.1.1.1 2003/03/10 16:34:51 taweili Exp $
- Author:
- Andy Clark, IBM
Constructor Summary |
Key(String identityConstraintName,
String elementName)
Constructs a key with the specified name. |
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 |
Key
public Key(String identityConstraintName,
String elementName)
- Constructs a key with the specified name.
getType
public short getType()
- Returns the identity constraint type.
- Overrides:
getType
in class IdentityConstraint
Copyright © 1999 The Apache Software Foundation. All Rights reserved.