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()
NamedValue
NamedValue
object.name
in class NamedValue
String
object representing
the name of this NamedValue
objectpublic Any value()
NamedValue
NamedValue
object.value
in class NamedValue
Any
object containing
the value of this NamedValue
objectpublic int flags()
NamedValue
NamedValue
object.flags
in class NamedValue
int
representing the argument
mode for this NamedValue
objectCopyright © 2017 JBoss by Red Hat. All rights reserved.