com.sun.msv.grammar.xmlschema
Class Field

java.lang.Object
  extended by 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:
Serialized Form

Field Summary
 XPath[] paths
          XPath that characterizes this field.
 
Constructor Summary
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()


MSV