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 intflags()Retrieves the argument mode flag for thisNamedValueobject.java.lang.Stringname()Retrieves the name for thisNamedValueobject.Anyvalue()Retrieves the value for thisNamedValueobject.
-
-
-
Method Detail
-
name
public java.lang.String name()
Description copied from class:NamedValueRetrieves the name for thisNamedValueobject.- Specified by:
namein classNamedValue- Returns:
- a
Stringobject representing the name of thisNamedValueobject
-
value
public Any value()
Description copied from class:NamedValueRetrieves the value for thisNamedValueobject.- Specified by:
valuein classNamedValue- Returns:
- an
Anyobject containing the value of thisNamedValueobject
-
flags
public int flags()
Description copied from class:NamedValueRetrieves the argument mode flag for thisNamedValueobject.- Specified by:
flagsin classNamedValue- Returns:
- an
intrepresenting the argument mode for thisNamedValueobject
-
-