|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the value's java-typepublic interface NamedValue<T>
A strongly-typed named value.
No behavior or semantics are implied, this is simply a convenient reusable interface.
The NamedValues
static factory class can be used to create NamedValue
instances.
NamedValues
Method Summary | |
---|---|
String |
getName()
Gets the name. |
T |
getValue()
Gets the value. |
Method Detail |
---|
String getName()
T getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |