|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectariba.util.core.NamedValue
public class NamedValue
Simple class to store a simple pair name/value
| Constructor Summary | |
|---|---|
NamedValue(String name,
Object value)
Constructs a new NamedValue object |
|
| Method Summary | |
|---|---|
String |
getName()
Returns the name of this NamedValue |
Object |
getValue()
Returns the value of this NamedValue |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NamedValue(String name,
Object value)
name - the name of the NamedValuevalue - the value| Method Detail |
|---|
public String getName()
public Object getValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||