|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qtitools.qti.value.SingleValue
org.qtitools.qti.value.NumberValue
public abstract class NumberValue
Superclass for all numeric BaseTypes.
BaseType,
IntegerValue,
FloatValue,
Serialized Form| Constructor Summary | |
|---|---|
NumberValue()
|
|
| Method Summary | |
|---|---|
abstract double |
doubleValue()
Returns the value of this NumberValue as A double. |
abstract int |
intValue()
Returns the value of this NumberValue as A int. |
| Methods inherited from class org.qtitools.qti.value.SingleValue |
|---|
getCardinality, isNull |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.qtitools.qti.value.Value |
|---|
getBaseType |
| Constructor Detail |
|---|
public NumberValue()
| Method Detail |
|---|
public abstract int intValue()
NumberValue as A int.
NumberValue as A intpublic abstract double doubleValue()
NumberValue as A double.
NumberValue as A double
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||