org.omg.CORBA
Class NamedValue
public abstract
class
NamedValue
extends Object
The class is used to describe a call parameter, having name,
value and the passing mode flags (
ARG_IN,
ARG_OUT or
ARG_INOUT. The same class is also used in
Context to
pass the property names and values. This class is normally created by
ORB.
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. |
public abstract int flags()
public abstract String name()
Get the name of this parameter.
Returns: the name of this instance.
public abstract
Any value()
Get the value of this parameter. The parameter value is wrapped into
the instance of
Any.
Returns: the value of this parameter.