UIX 2.2.15

oracle.cabo.servlet.event
Class InvokeEventHandler.MethodParameter

java.lang.Object
  |
  +--oracle.cabo.servlet.event.InvokeEventHandler.MethodParameter
Enclosing class:
InvokeEventHandler

public static final class InvokeEventHandler.MethodParameter
extends java.lang.Object

This class combines a parameter type with its value. This parameter is used to make method calls.


Inner Class Summary
static class InvokeEventHandler.MethodParameter.ParserFactory

Constructor Summary
InvokeEventHandler.MethodParameter()

Method Summary
void setJavaType(java.lang.String type)
Sets the Class name of the type of this parameter
void setValue(java.lang.Object value)
Sets the value of this parameter
void setValueBinding(BoundValue value)
Sets the value of this parameter

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

InvokeEventHandler.MethodParameter

public InvokeEventHandler.MethodParameter()

Method Detail

setJavaType

public void setJavaType(java.lang.String type)
                 throws java.lang.ClassNotFoundException
Sets the Class name of the type of this parameter

setValue

public void setValue(java.lang.Object value)
Sets the value of this parameter

setValueBinding

public void setValueBinding(BoundValue value)
Sets the value of this parameter

UIX 2.2.15