|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.msv.grammar.xmlschema.IdentityConstraint
public class IdentityConstraint
represents an identity constraint.
Field Summary | |
---|---|
Field[] |
fields
fields of this constraint. |
String |
localName
local name of the identity constraint. |
String |
namespaceURI
namespace URI of the identity constraint. |
XPath[] |
selectors
selectors of the identity constraint. |
Constructor Summary | |
---|---|
IdentityConstraint(String namespaceURI,
String localName,
XPath[] selectors,
Field[] fields)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final XPath[] selectors
public final String namespaceURI
public final String localName
public final Field[] fields
Constructor Detail |
---|
public IdentityConstraint(String namespaceURI, String localName, XPath[] selectors, Field[] fields)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |