Package com.sun.msv.grammar.xmlschema
Class Field
java.lang.Object
com.sun.msv.grammar.xmlschema.Field
- All Implemented Interfaces:
Serializable
represents one field of an identity constraint.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionXPath[]
XPath that characterizes this field.private static final long
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
paths
XPath that characterizes this field. 'A|B' is represented by using two FieldPath objects. -
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
Field
public Field()
-