|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.quattor.pan.dml.data.Element
org.quattor.pan.dml.data.PersistentElement
org.quattor.pan.dml.data.Property
org.quattor.pan.dml.data.NumberProperty
@Immutable public abstract class NumberProperty
Implements a superclass for all primitive pan numbers (long and double).
| Constructor Summary | |
|---|---|
protected |
NumberProperty(java.lang.Number value)
|
| Method Summary | |
|---|---|
abstract double |
doubleValue()
All number classes must implement this method which is used to facilitate type conversion in mixed-type, arithmetic expressions. |
| Methods inherited from class org.quattor.pan.dml.data.Property |
|---|
equals, getValue, hashCode, toString |
| Methods inherited from class org.quattor.pan.dml.data.Element |
|---|
checkInvalidSelfContext, checkRange, checkRestrictedContext, checkValidReplacement, defined, duplicate, execute, exists, getTypeAsString, isBoolean, isDouble, isList, isLong, isNlist, isPersistent, isProperty, isProtected, isResource, isString, isTransient, locateUndefinedElement, protect, rget, rgetList, rput, writableCopy |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected NumberProperty(java.lang.Number value)
| Method Detail |
|---|
public abstract double doubleValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||