| Package | Description |
|---|---|
| org.modelio.api.module.parameter | |
| org.modelio.api.module.parameter.impl |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IParameterModel> |
IParameterGroupModel.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
IParameterGroupModel.addParameter(IParameterModel p) |
void |
IParameterGroupModel.removeParameter(IParameterModel p) |
| Modifier and Type | Class and Description |
|---|---|
class |
BoolParameterModel |
class |
ColorParameterModel |
class |
DirectoryParameterModel |
class |
EnumParameterModel |
class |
FileParameterModel |
class |
IntParameterModel |
class |
ParameterModel |
class |
PasswordParameterModel |
class |
StringParameterModel |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IParameterModel> |
ParameterGroupModel.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterGroupModel.addParameter(IParameterModel p) |
void |
ParameterGroupModel.removeParameter(IParameterModel p) |