|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.core.preferences.configurationvariables.ConfigurationVariables
public class ConfigurationVariables
Holds a List of ConfigurationVariables belonging to a specific modelId
| Constructor Summary | |
|---|---|
ConfigurationVariables(String modelId)
|
|
| Method Summary | |
|---|---|
List<ConfigurationVariable> |
getConfigurationVariables()
Retrieves a List of ConfigurationVariable belonging to the modelId getModelId(). |
String |
getModelId()
Retrieves the modelId of the Model the ConfigurationVariables belong to. |
boolean |
isEmpty()
Returns true if the List of ConfigurationVariables is empty |
void |
setConfigurationVariables(List<ConfigurationVariable> configurationVariables)
Sets a List of ConfigurationVariable. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationVariables(String modelId)
| Method Detail |
|---|
public String getModelId()
ConfigurationVariables belong to.
String modelIdpublic void setConfigurationVariables(List<ConfigurationVariable> configurationVariables)
ConfigurationVariable. Either a list formerly retrieved by
getConfigurationVariables() or completely new one.
configurationVariables - public List<ConfigurationVariable> getConfigurationVariables()
ConfigurationVariable belonging to the modelId getModelId().
public boolean isEmpty()
ConfigurationVariables is empty
Boolean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||