|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.xabsl.jxabslx.io.MethodAccess
de.xabsl.jxabslx.io.OutputToSetterMethod
public class OutputToSetterMethod
Writes a value by invoking a setter method, i.e. a method with one parameter which is the value
Field Summary |
---|
Fields inherited from class de.xabsl.jxabslx.io.MethodAccess |
---|
container, method |
Constructor Summary | |
---|---|
OutputToSetterMethod(java.lang.reflect.Method method,
java.lang.Object container)
|
Method Summary | |
---|---|
protected void |
checkParameter()
Check if the function has exactly one parameter. |
void |
setValue(java.lang.Object value)
|
Methods inherited from class de.xabsl.jxabslx.io.MethodAccess |
---|
checkAccess, checkContainer, generateIllegalArgumentException, generateInvocationTagetException, generateMethodInaccessibleException, getMethod, invokeMethod |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OutputToSetterMethod(java.lang.reflect.Method method, java.lang.Object container)
Method Detail |
---|
protected void checkParameter()
public void setValue(java.lang.Object value)
setValue
in interface Output
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |