public class ConfigurationVariables extends Object implements Serializable
| Constructor and Description |
|---|
ConfigurationVariables(String modelId) |
| Modifier and Type | Method and Description |
|---|---|
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. |
public ConfigurationVariables(String modelId)
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 emptyBooleanCopyright © 2016 Eclipse Stardust. All Rights Reserved.