- All Superinterfaces:
Serializable
- All Known Implementing Classes:
TLcdAssoc
This interface defines methods for managing and using a single key-value
association.
-
Method Summary
void
Sets the key of this association.
void
Sets the value of this association.
-
Method Details
-
getKey
- Returns:
- the key of this association.
-
setKey
Sets the key of this association.
-
getValue
- Returns:
- the value of this association.
-
setValue
Sets the value of this association.
-
cloneAsILcdAssoc
- Returns:
- a clone of this
ILcdAssoc
.