|
||||||||||
| 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 Setterset in class SetterUtilConstraintFailure
public Node setNode(Node n)
throws ConstraintFailure
Setter
setNode in interface SettersetNode in class SetterUtilConstraintFailure
public boolean setBoolean(boolean b)
throws ConstraintFailure
Setter
setBoolean in interface SettersetBoolean in class SetterUtilConstraintFailure
public char setChar(char c)
throws ConstraintFailure
Setter
setChar in interface SettersetChar in class SetterUtilConstraintFailure
public byte setByte(byte b)
throws ConstraintFailure
Setter
setByte in interface SettersetByte in class SetterUtilConstraintFailure
public short setShort(short s)
throws ConstraintFailure
Setter
setShort in interface SettersetShort in class SetterUtilConstraintFailure
public int setInt(int i)
throws ConstraintFailure
Setter
setInt in interface SettersetInt in class SetterUtilConstraintFailure
public long setLong(long l)
throws ConstraintFailure
setLong in class SetterUtilConstraintFailure
public float setFloat(float f)
throws ConstraintFailure
Setter
setFloat in interface SettersetFloat in class SetterUtilConstraintFailure
public double setDouble(double d)
throws ConstraintFailure
Setter
setDouble in interface SettersetDouble in class SetterUtilConstraintFailure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||