Package com.sun.corba.se.impl.corba
Class NamedValueImpl
java.lang.Object
org.omg.CORBA.NamedValue
com.sun.corba.se.impl.corba.NamedValueImpl
-
Constructor Summary
ConstructorsConstructorDescriptionNamedValueImpl(ORB orb) NamedValueImpl(ORB orb, String name, Any value, int flags) -
Method Summary
-
Constructor Details
-
NamedValueImpl
-
NamedValueImpl
-
-
Method Details
-
name
Description copied from class:NamedValueRetrieves the name for thisNamedValueobject.- Specified by:
namein classNamedValue- Returns:
- a
Stringobject representing the name of thisNamedValueobject
-
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
-