public class ConfigurationData extends java.lang.Object implements DatasetElement
Stellt ein Objekt zur Verfügung, das ein “datum” abbildet, wie es in der K2S.DTD definiert ist.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
_name |
private java.lang.String |
_value |
Constructor and Description |
---|
ConfigurationData(java.lang.String name,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Attribut “name”
|
java.lang.String |
getValue()
Attribut “wert”
|
void |
setValue(java.lang.String value)
Attribut “wert”
|