public final class SettingEntry extends Object
This class encapsulates all informations of one setting of the configuration file.
| Constructor and Description |
|---|
SettingEntry()
Default constructor to create a new, empty
SettingEntry. |
| Modifier and Type | Method and Description |
|---|---|
IResultFunction |
getResult()
Returns the result function of this object.
|
String |
getScope()
Returns the scope of this object.
|
String |
getValue()
Returns the value of this object.
|
void |
setResult(IResultFunction newResult)
Sets the result function of this object to the given one.
|
void |
setScope(String newScope)
Sets the scope of this object to the given one.
|
void |
setValue(String newValue)
Sets the value of this object to the given one.
|
public SettingEntry()
SettingEntry.public final void setResult(IResultFunction newResult)
newResult - The new result function.public void setScope(String newScope)
newScope - The new scope.public void setValue(String newValue)
newValue - The new value.public String getScope()
public IResultFunction getResult()
public String getValue()
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.