|
||||||||||
| 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.IntGetterUtil
| Field Summary |
| Fields inherited from class org.nodal.util.GetterUtil |
getterType |
| Fields inherited from class org.nodal.util.TxnMonitorableUtil |
handlers |
| Constructor Summary | |
protected |
IntGetterUtil(Type t)
|
| Method Summary | |
java.lang.Object |
get()
Recover the value of this Getter as an Object. |
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 |
char |
getChar()
Return the value of this Getter as a char 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 |
abstract 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, 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 IntGetterUtil(Type t)
| Method Detail |
public 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 boolean getBoolean()
throws PropertyTypeMismatch
GetterUtil
getBoolean in interface GettergetBoolean in class GetterUtilPropertyTypeMismatch
public char getChar()
throws PropertyTypeMismatch
GetterUtil
getChar in interface GettergetChar in class GetterUtilPropertyTypeMismatch
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 GetterUtilPropertyTypeMismatchpublic abstract int getInt()
GetterUtil
getInt in interface GettergetInt in class GetterUtilpublic long getLong()
GetterUtil
getLong in interface GettergetLong in class GetterUtilpublic float getFloat()
GetterUtil
getFloat in interface GettergetFloat in class GetterUtilpublic double getDouble()
GetterUtil
getDouble in interface GettergetDouble 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 | |||||||||