|
||||||||||
| 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.CharGetterUtil
| Field Summary |
| Fields inherited from class org.nodal.util.GetterUtil |
getterType |
| Fields inherited from class org.nodal.util.TxnMonitorableUtil |
handlers |
| Constructor Summary | |
protected |
CharGetterUtil(Type t)
|
| Method Summary | |
java.lang.Object |
get()
Recover the value of this Getter as an Object. |
abstract char |
getChar()
Return the value of this Getter as a char 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, getBoolean, getByte, getDouble, getFloat, getInt, getLong, getNode, getShort, 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 CharGetterUtil(Type t)
| Method Detail |
public abstract char getChar()
GetterUtil
getChar in interface GettergetChar 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 GetterUtilpublic 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 | |||||||||