All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.NamedValue

java.lang.Object
    |
    +----org.omg.CORBA.NamedValue

public abstract class NamedValue
extends Object

IDL definition:
#pragma prefix "omg.org/CORBA"
interface NamedValue {
readonly attribute ::CORBA::Identifier name;
readonly attribute any value;
readonly attribute ::CORBA::Flags flags;
};


Constructor Index

 o NamedValue()

Method Index

 o flags()

Reader for attribute: ::CORBA::NamedValue::flags.

 o name()

Reader for attribute: ::CORBA::NamedValue::name.

 o value()

Reader for attribute: ::CORBA::NamedValue::value.

Constructors

 o NamedValue
public NamedValue()

Methods

 o name
public abstract String name()

Reader for attribute: ::CORBA::NamedValue::name.

#pragma prefix "omg.org/CORBA/NamedValue"
readonly attribute ::CORBA::Identifier name;

 o value
public abstract Any value()

Reader for attribute: ::CORBA::NamedValue::value.

#pragma prefix "omg.org/CORBA/NamedValue"
readonly attribute any value;

 o flags
public abstract int flags()

Reader for attribute: ::CORBA::NamedValue::flags.

#pragma prefix "omg.org/CORBA/NamedValue"
readonly attribute ::CORBA::Flags flags;


All Packages  Class Hierarchy  This Package  Previous  Next  Index