|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.mlw.vlh.adapter.jdbc.util.NamedPair
A Simple class that contains a key and a value.
Constructor Summary | |
NamedPair(String name,
Object value)
Default constructor. |
Method Summary | |
String |
getName()
Gets the name of the property. |
Object |
getValue()
Gets the value of the property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NamedPair(String name, Object value)
name
- The name of the property.value
- The value of the property.Method Detail |
public String getName()
public Object getValue()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |