|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
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(java.lang.String name,
java.lang.Object value)
Constructs a new NamedValue object |
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of this NamedValue |
java.lang.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(java.lang.String name, java.lang.Object value)
name
- the name of the NamedValuevalue
- the valueMethod Detail |
---|
public java.lang.String getName()
public java.lang.Object getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |