Class Field


  • public class Field
    extends Object
    Schema identity constraint field.
    Version:
    $Id$
    Author:
    Andy Clark, IBM
    • Field Detail

      • fXPath

        protected final Field.XPath fXPath
        Field XPath.
      • fIdentityConstraint

        protected final IdentityConstraint fIdentityConstraint
        Identity constraint.
    • Method Detail

      • getXPath

        public XPath getXPath()
        Returns the field XPath.
      • getIdentityConstraint

        public IdentityConstraint getIdentityConstraint()
        Returns the identity constraint.
      • toString

        public String toString()
        Returns a string representation of this object.
        Overrides:
        toString in class Object