[Previous] [Contents] [Next] [IONA Technologies]


CORBA.NamedValue


Contents

CORBA.NamedValue.NamedValue()
CORBA.NamedValue.NamedValue()
CORBA.NamedValue.NamedValue()
CORBA.NamedValue.clone()
CORBA.NamedValue.equals()
CORBA.NamedValue.flags()
CORBA.NamedValue.IT_create()
CORBA.NamedValue.name()
CORBA.NamedValue._nil()
CORBA.NamedValue.toString()
CORBA.NamedValue.value()



Synopsis:

The Java class NamedValue implements the IDL pseudo object type NamedValue which is used only as an element of an NVList, chiefly in the DII. A NamedValue describes an argument to a Request: it contains an optional name, an any value and labelling flags.

CORBA:

OrbixWeb:

See Also:



CORBA.NamedValue.NamedValue()


Synopsis:

Description:

Default constructor.

Notes:

OrbixWeb specific. See CORBA.NVList.add(), CORBA.NVList.add_item() and CORBA.NVList.add_value() for CORBA defined ways to create a NamedValue.

See Also:

Other NamedValue constructors.



CORBA.NamedValue.NamedValue()


Synopsis:

Description:

Copy constructor.

Notes:

OrbixWeb specific.

See Also:

Other NamedValue constructors.



CORBA.NamedValue.NamedValue()


Synopsis:

Description:

Constructor which supports the initialisation of NamedValue member data with specified values. See CORBA.NVList.add(), CORBA.NVList.add_item() and CORBA.NVList.add_value() for CORBA defined ways to create a NamedValue.

Notes:

OrbixWeb specific.

See Also:

Other NamedValue constructors.



CORBA.NamedValue.clone()


Synopsis:

Description:

Copies the current NamedValue to a new NamedValue object and returns the new object.

Notes:

OrbixWeb specific.



CORBA.NamedValue.equals()


Synopsis:

Description:

Compares the current NamedValue to parameter _obj. If _obj is not a NamedValue object or the name, flags, and value members of _obj are not equal to those of the current object, then this method returns false; otherwise, it returns true.

Notes:

OrbixWeb specific.



CORBA.NamedValue.flags()


Synopsis:

Description:

Returns the CORBA.Flags object associated with the NamedValue.

Notes:

CORBA defined.

See Also:



CORBA.NamedValue.IT_create()


Synopsis:

Description:

For consistency with other pseudo object types, OrbixWeb provides the IT_create() methods for the instantiation of class NamedValue.

See the corresponding constructors for details of the parameters to IT_create().

Notes:

OrbixWeb specific. See CORBA.NVList.add(), CORBA.NVList.add_item() and CORBA.NVList.add_value() for CORBA defined ways to create a NamedValue.

See Also:

CORBA.NVList.add()

CORBA.NVList.add_item()

CORBA.NVList.add_value()



CORBA.NamedValue.name()


Synopsis:

Description:

Returns the (optional) name associated with the NamedValue. This is the name of a parameter or argument to a request.

Notes:

CORBA defined.



CORBA.NamedValue._nil()


Synopsis:

Description:

Returns a nil object reference for a NamedValue.

Notes:

CORBA defined.

See Also:



CORBA.NamedValue.toString()


Synopsis:

Description:

Converts the name and value of the NamedValue object to a human readable string of the form:

Notes:

OrbixWeb specific.



CORBA.NamedValue.value()


Synopsis:

Description:

Returns a reference to the CORBA.Any object contained in the NamedValue.

Notes:

CORBA defined.

See Also:

CORBA.Any



[Roadmap] [Utilities] [Compiling] [Configuration]
[Class Reference] [IR Reference] [Daemon Reference] [IDL Grammar] [System Exceptions]
[Index]