org.eclipse.stardust.engine.core.preferences.configurationvariables
Class ConfigurationVariables

java.lang.Object
  extended by org.eclipse.stardust.engine.core.preferences.configurationvariables.ConfigurationVariables
All Implemented Interfaces:
Serializable

public class ConfigurationVariables
extends Object
implements Serializable

Holds a List of ConfigurationVariables belonging to a specific modelId

Author:
roland.stamm
See Also:
Serialized Form

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

ConfigurationVariables

public ConfigurationVariables(String modelId)
Method Detail

getModelId

public String getModelId()
Retrieves the modelId of the Model the ConfigurationVariables belong to.

Returns:
String modelId

setConfigurationVariables

public void setConfigurationVariables(List<ConfigurationVariable> configurationVariables)
Sets a List of ConfigurationVariable. Either a list formerly retrieved by getConfigurationVariables() or completely new one.

Parameters:
configurationVariables -

getConfigurationVariables

public List<ConfigurationVariable> getConfigurationVariables()
Retrieves a List of ConfigurationVariable belonging to the modelId getModelId().

Returns:
list of configuration variables

isEmpty

public boolean isEmpty()
Returns true if the List of ConfigurationVariables is empty

Returns:
Boolean


Copyright © 2017 Eclipse Stardust. All Rights Reserved.