Package com.sun.corba.ee.impl.corba
Class NamedValueImpl
- java.lang.Object
-
- org.omg.CORBA.NamedValue
-
- com.sun.corba.ee.impl.corba.NamedValueImpl
-
public class NamedValueImpl extends NamedValue
-
-
Constructor Summary
Constructors Constructor Description NamedValueImpl(ORB orb)
NamedValueImpl(ORB orb, java.lang.String name, Any value, int flags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
flags()
Retrieves the argument mode flag for thisNamedValue
object.java.lang.String
name()
Retrieves the name for thisNamedValue
object.Any
value()
Retrieves the value for thisNamedValue
object.
-
-
-
Method Detail
-
name
public java.lang.String 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
public Any 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
-
-