org.omg.CORBA
public abstract class NamedValue extends Object
Method Summary | |
---|---|
abstract int | flags()
Get the parameter flags. |
abstract String | name()
Get the name of this parameter. |
abstract Any | value()
Get the value of this parameter. |
Returns: normally one of ({@link ARG_IN}, {@link ARG_OUT} or {@link ARG_INOUT}).
Returns: the name of this instance.
Returns: the value of this parameter.