Class Field


  • public class Field
    extends java.lang.Object
    Schema identity constraint field.

    INTERNAL:

    Usage of this class is not supported. It may be altered or removed at any time.
    Version:
    $Id: Field.java 572110 2007-09-02 19:04:44Z mrglavas $
    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 java.lang.String toString()
        Returns a string representation of this object.
        Overrides:
        toString in class java.lang.Object