|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--Datatypes.Datatype
|
+--XSD.AnySimpleType
|
+--XSD.Decimal
|
+--XSD.Integer
| Field Summary |
| Fields inherited from class XSD.Decimal |
roottype |
| Fields inherited from class Datatypes.Datatype |
nativeValue |
| Constructor Summary | |
Integer()
|
|
Integer(Datatype value)
|
|
Integer(java.lang.String lform)
|
|
| Method Summary | |
boolean |
isValidForm(java.lang.String lform)
Returns true if lexical form is a member of the datatype's lexical space, else returns false. |
boolean |
isValidValue(Datatype value)
Returns true if value is a member of the datatype's value space, else returns false. |
java.lang.String |
lexicalForm()
Returns a valid lexical form (string representation) of the value. |
| Methods inherited from class XSD.Decimal |
compareTo, equals, setValue |
| Methods inherited from class Datatypes.Datatype |
compare, equal, getNativeValue, lookup, register, setValue, value |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Integer()
public Integer(java.lang.String lform)
throws InvalidLexicalForm
public Integer(Datatype value)
throws InvalidValue
| Method Detail |
public java.lang.String lexicalForm()
Datatype
lexicalForm in class Decimalpublic boolean isValidForm(java.lang.String lform)
Datatype
isValidForm in class Decimalpublic boolean isValidValue(Datatype value)
Datatype
isValidValue in class Decimal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||