Class UniqueOrKey

  • All Implemented Interfaces:
    XSIDCDefinition, XSObject

    public class UniqueOrKey
    extends IdentityConstraint
    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.
    Version:
    $Id$
    Author:
    Andy Clark, IBM
    • Constructor Detail

      • UniqueOrKey

        public UniqueOrKey​(String namespace,
                           String identityConstraintName,
                           String elemName,
                           short type)
        Constructs a unique or a key identity constraint.