|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents the Identity-constraint Definition schema component.
Field Summary | |
---|---|
static short |
IC_KEY
Deprecated. |
static short |
IC_KEYREF
Deprecated. |
static short |
IC_UNIQUE
Deprecated. |
Method Summary | |
---|---|
XSObjectList |
getAnnotations()
Deprecated. A set of [annotations]. |
short |
getCategory()
Deprecated. [identity-constraint category]: one of key, keyref or unique. |
StringList |
getFieldStrs()
Deprecated. [fields]: a non-empty list of restricted XPath ([XPath]) expressions. |
XSIDCDefinition |
getRefKey()
Deprecated. [referenced key]: required if [identity-constraint category] is keyref, forbidden otherwise. |
java.lang.String |
getSelectorStr()
Deprecated. [selector]: a restricted expression. |
Methods inherited from interface org.apache.xerces.impl.xs.psvi.XSObject |
---|
getName, getNamespace, getNamespaceItem, getType |
Field Detail |
public static final short IC_KEY
public static final short IC_KEYREF
public static final short IC_UNIQUE
Method Detail |
public short getCategory()
public java.lang.String getSelectorStr()
public StringList getFieldStrs()
public XSIDCDefinition getRefKey()
public XSObjectList getAnnotations()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |