|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.NamedValue
org.openorb.orb.core.dii.NamedValue
public class NamedValue
This class implements the OMG class : NamedValue.
Constructor Summary | |
---|---|
NamedValue(java.lang.String name,
org.omg.CORBA.Any value,
int flags)
Constructor |
Method Summary | |
---|---|
int |
flags()
Return the value flag |
java.lang.String |
name()
Return the value name |
void |
setNewValue(org.omg.CORBA.Any new_value)
Set a new value |
org.omg.CORBA.Any |
value()
Return the value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NamedValue(java.lang.String name, org.omg.CORBA.Any value, int flags)
Method Detail |
---|
public java.lang.String name()
name
in class org.omg.CORBA.NamedValue
public org.omg.CORBA.Any value()
value
in class org.omg.CORBA.NamedValue
public int flags()
flags
in class org.omg.CORBA.NamedValue
public void setNewValue(org.omg.CORBA.Any new_value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |