public abstract class AbstractValue<T> extends Object
| Constructor and Description |
|---|
AbstractValue() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Getter method for the instance variable
key. |
abstract T |
getValue()
Getter method for the instance variable
#value. |
void |
setKey(String _key)
Setter method for instance variable
key. |
abstract AbstractValue<T> |
setValue(T _value) |
public String getKey()
key.keypublic void setKey(String _key)
key._key - value for instance variable keypublic abstract T getValue()
#value.#valuepublic abstract AbstractValue<T> setValue(T _value)
Copyright © 2003–2015 The eFaps Team. All rights reserved.