Class Field

  • All Implemented Interfaces:
    java.io.Serializable

    public class Field
    extends java.lang.Object
    implements java.io.Serializable
    represents one field of an identity constraint.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      XPath[] paths
      XPath that characterizes this field.
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      Field()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • paths

        public XPath[] paths
        XPath that characterizes this field. 'A|B' is represented by using two FieldPath objects.
    • Constructor Detail

      • Field

        public Field()