|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.nodal.util.GetterFilter
org.nodal.util.AtomicSetterUtil
org.nodal.util.CharSetterUtil
Utility class for defining Setters of char values.
Nested Class Summary | |
static interface |
CharSetterUtil.CharSetter
Implement this interface to use CharSetterUtil. |
Field Summary |
Fields inherited from class org.nodal.util.AtomicSetterUtil |
typeName |
Fields inherited from class org.nodal.util.GetterFilter |
getter |
Constructor Summary | |
CharSetterUtil(GetterUtil g,
CharSetterUtil.CharSetter s)
|
Method Summary | |
char |
setChar(char c)
Set the value to a character. |
protected java.lang.Object |
setObject(java.lang.Object obj)
|
java.lang.String |
setString(java.lang.String val)
Set the value to that parsed from a String. |
Methods inherited from class org.nodal.util.AtomicSetterUtil |
path, set, setBoolean, setByte, setDouble, setFloat, setInt, setLong, setNode, setShort |
Methods inherited from class org.nodal.util.GetterFilter |
addTxnHandler, get, getBoolean, getByte, getChar, getDouble, getFloat, getInt, getLong, getNode, getShort, getString, removeTxnHandler, type, valueEquals |
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.Getter |
get, getBoolean, getByte, getChar, getDouble, getFloat, getInt, getLong, getNode, getShort, getString, type, valueEquals |
Methods inherited from interface org.nodal.model.TxnMonitorable |
addTxnHandler, removeTxnHandler |
Constructor Detail |
public CharSetterUtil(GetterUtil g, CharSetterUtil.CharSetter s)
Method Detail |
public char setChar(char c) throws ConstraintFailure
Setter
setChar
in interface Setter
setChar
in class AtomicSetterUtil
ConstraintFailure
protected java.lang.Object setObject(java.lang.Object obj) throws ConstraintFailure
setObject
in class AtomicSetterUtil
ConstraintFailure
public java.lang.String setString(java.lang.String val) throws ConstraintFailure
Setter
setString
in interface Setter
setString
in class AtomicSetterUtil
ConstraintFailure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |