K - V - public class StaticConfiguration<K,V> extends Object implements IConfiguration<K,V>
IConfiguration; that can be used as a container or replacement for a property in Properties file.
IConfiguration,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected K |
name |
protected String |
namespace |
protected V |
value |
| Constructor and Description |
|---|
StaticConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
K |
getName() |
String |
getNamespace() |
V |
getValue() |
void |
setName(K name) |
void |
setNamespace(String namespace) |
void |
setValue(V value) |
public String getNamespace()
getNamespace in interface NamespaceEntitypublic void setNamespace(String namespace)
setNamespace in interface NamespaceEntitypublic K getName()
getName in interface AbstractAttribute<K,V>public void setName(K name)
setName in interface AbstractAttribute<K,V>public V getValue()
getValue in interface AbstractAttribute<K,V>public void setValue(V value)
setValue in interface AbstractAttribute<K,V>Copyright © 2018. All rights reserved.