|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.omg.CORBA.NamedValue
public abstract class NamedValue
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.create_named_value(String, Any, int).
| Constructor Summary | |
|---|---|
NamedValue()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NamedValue()
| Method Detail |
|---|
public abstract int flags()
ARG_IN, ARG_OUT or
ARG_INOUT).public abstract String name()
public abstract Any value()
Any.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||