Package com.sun.corba.ee.impl.corba
Class NamedValueImpl
java.lang.Object
org.omg.CORBA.NamedValue
com.sun.corba.ee.impl.corba.NamedValueImpl
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNamedValueImpl
(ORB orb) NamedValueImpl
(ORB orb, String name, Any value, int flags) -
Method Summary
-
Field Details
-
_name
-
_value
-
_flags
private int _flags -
_orb
-
-
Constructor Details
-
NamedValueImpl
-
NamedValueImpl
-
-
Method Details
-
name
Description copied from class:NamedValue
Retrieves the name for thisNamedValue
object.- Specified by:
name
in classNamedValue
- Returns:
- a
String
object representing the name of thisNamedValue
object
-
value
Description copied from class:NamedValue
Retrieves the value for thisNamedValue
object.- Specified by:
value
in classNamedValue
- Returns:
- an
Any
object containing the value of thisNamedValue
object
-
flags
public int flags()Description copied from class:NamedValue
Retrieves the argument mode flag for thisNamedValue
object.- Specified by:
flags
in classNamedValue
- Returns:
- an
int
representing the argument mode for thisNamedValue
object
-