|
||||||||||
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.SetterUtil
org.nodal.util.NodeSetterUtil
A SetterUtil variant that properly references the bareNode() versions of Nodes that are set in this context.
Nested Class Summary |
Nested classes inherited from class org.nodal.util.SetterUtil |
SetterUtil.PlainSetter |
Field Summary |
Fields inherited from class org.nodal.util.SetterUtil |
plain, util |
Fields inherited from class org.nodal.util.GetterFilter |
getter |
Method Summary | |
java.lang.Object |
set(java.lang.Object val)
Set the value to an Object. |
boolean |
setBoolean(boolean b)
Set the value to true/false. |
byte |
setByte(byte b)
Set the value to a byte. |
char |
setChar(char c)
Set the value to a character. |
double |
setDouble(double d)
Set the value to a double precision floating point value. |
float |
setFloat(float f)
Set the value to a single precision floating point value. |
int |
setInt(int i)
Set the value to an integer. |
long |
setLong(long l)
|
Node |
setNode(Node n)
Set the value to a Node. |
short |
setShort(short s)
Set the value to a short integer.. |
Methods inherited from class org.nodal.util.SetterUtil |
create, setString, setValue |
Methods inherited from class org.nodal.util.GetterFilter |
addTxnHandler, get, getBoolean, getByte, getChar, getDouble, getFloat, getInt, getLong, getNode, getShort, getString, path, 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, path, type, valueEquals |
Methods inherited from interface org.nodal.model.TxnMonitorable |
addTxnHandler, removeTxnHandler |
Method Detail |
public java.lang.Object set(java.lang.Object val) throws ConstraintFailure
Setter
set
in interface Setter
set
in class SetterUtil
ConstraintFailure
public Node setNode(Node n) throws ConstraintFailure
Setter
setNode
in interface Setter
setNode
in class SetterUtil
ConstraintFailure
public boolean setBoolean(boolean b) throws ConstraintFailure
Setter
setBoolean
in interface Setter
setBoolean
in class SetterUtil
ConstraintFailure
public char setChar(char c) throws ConstraintFailure
Setter
setChar
in interface Setter
setChar
in class SetterUtil
ConstraintFailure
public byte setByte(byte b) throws ConstraintFailure
Setter
setByte
in interface Setter
setByte
in class SetterUtil
ConstraintFailure
public short setShort(short s) throws ConstraintFailure
Setter
setShort
in interface Setter
setShort
in class SetterUtil
ConstraintFailure
public int setInt(int i) throws ConstraintFailure
Setter
setInt
in interface Setter
setInt
in class SetterUtil
ConstraintFailure
public long setLong(long l) throws ConstraintFailure
setLong
in class SetterUtil
ConstraintFailure
public float setFloat(float f) throws ConstraintFailure
Setter
setFloat
in interface Setter
setFloat
in class SetterUtil
ConstraintFailure
public double setDouble(double d) throws ConstraintFailure
Setter
setDouble
in interface Setter
setDouble
in class SetterUtil
ConstraintFailure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |