Package | Description |
---|---|
de.innovationgate.wga.modules.options |
Option type definitions and other related classes for the OpenWGA module registry
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DependentOption> |
OptionDefinition.getDependentOptions()
Returns a list of options that need to be present - and optionally of some special value - for this option to be applicable
|
java.util.List<DependentOption> |
LocalizedOptionDefinition.getDependentOptions() |
java.util.List<DependentOption> |
DefaultOptionDefinition.getDependentOptions() |
java.util.List<DependentOption> |
BasicOptionDefinition.getDependentOptions() |
Modifier and Type | Method and Description |
---|---|
void |
BasicOptionDefinition.setDependentOptions(java.util.List<DependentOption> dependentOptions) |