|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nodal.util.TxnMonitorableUtil
org.nodal.util.GetterUtil
org.nodal.util.BooleanGetterUtil
| Field Summary |
| Fields inherited from class org.nodal.util.GetterUtil |
getterType |
| Fields inherited from class org.nodal.util.TxnMonitorableUtil |
handlers |
| Constructor Summary | |
protected |
BooleanGetterUtil(Type t)
|
| Method Summary | |
java.lang.Object |
get()
Recover the value of this Getter as an Object. |
abstract boolean |
getBoolean()
Return the value of this Getter as a boolean if possible |
byte |
getByte()
Return the value of this Getter as a byte if possible |
double |
getDouble()
Return the value of this Getter as a double if possible |
float |
getFloat()
Return the value of this Getter as a float if possible |
int |
getInt()
Return the value of this Getter as an int if possible |
long |
getLong()
Return the value of this Getter as a long if possible |
short |
getShort()
Return the value of this Getter as a short if possible |
java.lang.String |
getString()
Return the value of this Getter as a String. |
boolean |
valueEquals(java.lang.Object v)
Compare this value with the argument. |
| Methods inherited from class org.nodal.util.GetterUtil |
createPath, getChar, getNode, path, type |
| Methods inherited from class org.nodal.util.TxnMonitorableUtil |
addNotifier, addTxnHandler, notifyInsertAfter, notifyInsertBefore, notifyRemoveKey, notifyRemoveRange, notifyReplaceRange, notifySetValue, removeNotifier, removeTxnHandler |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.nodal.model.TxnMonitorable |
addTxnHandler, removeTxnHandler |
| Constructor Detail |
protected BooleanGetterUtil(Type t)
| Method Detail |
public abstract boolean getBoolean()
GetterUtil
getBoolean in interface GettergetBoolean in class GetterUtilpublic java.lang.Object get()
GetterUtilMust override to implement.
get in interface Getterget in class GetterUtilpublic java.lang.String getString()
GetterUtilUnlike the other type-specific get methods, this must always succeed.
getString in interface GettergetString in class GetterUtil
public byte getByte()
throws PropertyTypeMismatch
GetterUtil
getByte in interface GettergetByte in class GetterUtilPropertyTypeMismatch
public short getShort()
throws PropertyTypeMismatch
GetterUtil
getShort in interface GettergetShort in class GetterUtilPropertyTypeMismatch
public int getInt()
throws PropertyTypeMismatch
GetterUtil
getInt in interface GettergetInt in class GetterUtilPropertyTypeMismatch
public long getLong()
throws PropertyTypeMismatch
GetterUtil
getLong in interface GettergetLong in class GetterUtilPropertyTypeMismatch
public float getFloat()
throws PropertyTypeMismatch
GetterUtil
getFloat in interface GettergetFloat in class GetterUtilPropertyTypeMismatch
public double getDouble()
throws PropertyTypeMismatch
GetterUtil
getDouble in interface GettergetDouble in class GetterUtilPropertyTypeMismatchpublic boolean valueEquals(java.lang.Object v)
GetterUtilThis method is provided so that comparison can be done without the overhead of a full get in some cases. This should thus be overriden with a more efficient implementation when possible.
valueEquals in interface GettervalueEquals in class GetterUtil
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||