Class Field

java.lang.Object
com.sun.msv.grammar.xmlschema.Field
All Implemented Interfaces:
Serializable

public class Field extends Object implements Serializable
represents one field of an identity constraint.
Author:
Kohsuke KAWAGUCHI
See Also:
  • Field Details

    • paths

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

    • Field

      public Field()