Class org.omg.CORBA.NamedValue
All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.NamedValue
java.lang.Object
|
+----org.omg.CORBA.NamedValue
- public class NamedValue
- extends Object
The NamedValue class is used in the request operations to describe
arguments and return values. They are also used in the context
object routines to pass lists of property names and values. A named
value includes a name, a value (as an any), and an integer
representing a set of flags. When named value structures are used
to describe arguments to a request, the names are the argument
identifiers specified in the OMG IDL definition for a specific
operation, and the mode flags are the argument mode.
-
NamedValue()
-
-
flags()
- flags accessor.
-
name()
- name accessor.
-
value()
- value accessor.
NamedValue
public NamedValue()
name
public abstract String name() throws SystemException
- name accessor.
- Returns:
- name of the NamedValue.
value
public abstract Any value() throws SystemException
- value accessor.
- Returns:
- value of the NamedValue.
flags
public abstract int flags() throws SystemException
- flags accessor.
- Returns:
- flags of the NamedValue.
All Packages Class Hierarchy This Package Previous Next Index