Package com.sun.msv.grammar.xmlschema
Class Field
- java.lang.Object
-
- com.sun.msv.grammar.xmlschema.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()
-
-
-
Field Detail
-
paths
public XPath[] paths
XPath that characterizes this field. 'A|B' is represented by using two FieldPath objects.
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-