org.apache.xerces.impl.xs.identity
Class UniqueOrKey
- org.apache.xerces.xs.XSIDCDefinition
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.
$Id: UniqueOrKey.java 446732 2006-09-15 20:47:34Z mrglavas $
UniqueOrKey(String namespace, String identityConstraintName, String elemName, short type) - Constructs a unique or a key identity constraint.
|
addAnnotation , addField , equals , getAnnotations , getCategory , getElementName , getFieldAt , getFieldCount , getFieldStrs , getIdentityConstraintName , getName , getNamespace , getNamespaceItem , getRefKey , getSelector , getSelectorStr , getType , setSelector , toString |
UniqueOrKey
public UniqueOrKey(String namespace,
String identityConstraintName,
String elemName,
short type)
Constructs a unique or a key identity constraint.
Copyright © 1999-2007 The Apache Software Foundation. All Rights Reserved.