Class IdentityConstraint

    • Field Summary

      Fields 
      Modifier and Type Field Description
      Field[] fields
      fields of this constraint.
      java.lang.String localName
      local name of the identity constraint.
      java.lang.String namespaceURI
      namespace URI of the identity constraint.
      XPath[] selectors
      selectors of the identity constraint.
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      IdentityConstraint​(java.lang.String namespaceURI, java.lang.String localName, XPath[] selectors, Field[] fields)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • selectors

        public final XPath[] selectors
        selectors of the identity constraint. each XPath separated by '|' will be treated as one entity.
      • namespaceURI

        public final java.lang.String namespaceURI
        namespace URI of the identity constraint.
      • localName

        public final java.lang.String localName
        local name of the identity constraint.
      • fields

        public final Field[] fields
        fields of this constraint.
    • Constructor Detail

      • IdentityConstraint

        public IdentityConstraint​(java.lang.String namespaceURI,
                                  java.lang.String localName,
                                  XPath[] selectors,
                                  Field[] fields)