public class NamedValueImpl extends NamedValue
| Constructor and Description |
|---|
NamedValueImpl(ORB orb) |
NamedValueImpl(ORB orb,
String name,
Any value,
int flags) |
| Modifier and Type | Method and Description |
|---|---|
int |
flags()
Retrieves the argument mode flag for this
NamedValue object. |
String |
name()
Retrieves the name for this
NamedValue object. |
Any |
value()
Retrieves the value for this
NamedValue object. |
public NamedValueImpl(ORB orb)
public String name()
NamedValueNamedValue object.name in class NamedValueString object representing
the name of this NamedValue objectpublic Any value()
NamedValueNamedValue object.value in class NamedValueAny object containing
the value of this NamedValue objectpublic int flags()
NamedValueNamedValue object.flags in class NamedValueint representing the argument
mode for this NamedValue objectCopyright © 2018 JBoss by Red Hat. All rights reserved.