IdentifierType - The type of the identifier.ValueType - The type of the value.public interface IdentifiedValue<IdentifierType,ValueType> extends Identified<IdentifierType>
| Modifier and Type | Method and Description |
|---|---|
ValueType |
getValue()
Gets the value associated with the identifier.
|
getIdentifierValueType getValue()