|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.xml.parser.schema.XSDDataValue
Method Summary |
Type | Method |
---|---|
int |
compareTo(XSDDataValue val)
Compare two values return int -1 -- smaller, 0 -- equal, 1 -- greater |
java.lang.String |
getEncoding()
Deprecated. |
int |
getLength()
Gets the length of STRING/BINARY value return int length |
java.lang.String |
getLexicalValue()
Gets LEXICAL value from the XSDDataValue class return String value |
int |
getPrecision()
Gets the precision of decimal value return int precision |
int |
getScale()
Gets the scale of decimal value return int scale |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public int getLength() throws XSDException
public int getPrecision() throws XSDException
public int getScale() throws XSDException
public java.lang.String getEncoding()
public java.lang.String getLexicalValue()
public int compareTo(XSDDataValue val) throws XSDException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |