public class ParametersEditionModel extends java.lang.Object implements IParameterEditionModel
| Modifier and Type | Field and Description | 
|---|---|
protected java.util.List<IParameterGroupModel> | 
groups  | 
protected IModule | 
mdac  | 
| Constructor and Description | 
|---|
ParametersEditionModel(IModule mdac)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addGroup(IParameterGroupModel group)  | 
java.util.List<IParameterGroupModel> | 
getGroups()  | 
void | 
removeGroup(IParameterGroupModel group)  | 
protected java.util.List<IParameterGroupModel> groups
protected IModule mdac
public ParametersEditionModel(IModule mdac)
public void addGroup(IParameterGroupModel group)
addGroup in interface IParameterEditionModelpublic java.util.List<IParameterGroupModel> getGroups()
getGroups in interface IParameterEditionModelpublic void removeGroup(IParameterGroupModel group)
removeGroup in interface IParameterEditionModel