|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CodeSourceStorage.Location | |
|---|---|
| fr.ifremer.isisfish.datastore | Data storage. |
| Uses of CodeSourceStorage.Location in fr.ifremer.isisfish.datastore |
|---|
| Methods in fr.ifremer.isisfish.datastore that return CodeSourceStorage.Location | |
|---|---|
protected static CodeSourceStorage.Location[] |
CodeSourceStorage.nonEmptyLocation(CodeSourceStorage.Location... location)
Get non empty location. |
static CodeSourceStorage.Location |
CodeSourceStorage.Location.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CodeSourceStorage.Location[] |
CodeSourceStorage.Location.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in fr.ifremer.isisfish.datastore with parameters of type CodeSourceStorage.Location | |
|---|---|
static ExportStorage |
ExportStorage.createExport(String name,
CodeSourceStorage.Location location)
Create new export. |
static RuleStorage |
RuleStorage.createRule(String name,
CodeSourceStorage.Location location)
Create new rule. |
static ScriptStorage |
ScriptStorage.createScript(String name,
CodeSourceStorage.Location location)
Create new script. |
static SensitivityAnalysisStorage |
SensitivityAnalysisStorage.createSensitivityAnalysis(String name,
CodeSourceStorage.Location location)
Create new sensitivity analysis. |
static SensitivityExportStorage |
SensitivityExportStorage.createSensitivityExport(String name,
CodeSourceStorage.Location location)
Create new sensitivity export. |
static SimulationPlanStorage |
SimulationPlanStorage.createSimulationPlan(String name,
CodeSourceStorage.Location location)
Create new simulation plan. |
static SimulatorStorage |
SimulatorStorage.createSimulator(String name,
CodeSourceStorage.Location location)
Create new simulation plan. |
static ExportStorage |
ExportStorage.getExport(String name,
CodeSourceStorage.Location... location)
Retourne le storage pour l'export demandée |
static RuleStorage |
RuleStorage.getRule(String name,
CodeSourceStorage.Location... location)
Retourne le storage pour la regle demandée |
static ScriptStorage |
ScriptStorage.getScript(String name,
CodeSourceStorage.Location... location)
Retourne le storage pour la regle demandée |
static SensitivityAnalysisStorage |
SensitivityAnalysisStorage.getSensitivityAnalysis(String name,
CodeSourceStorage.Location... location)
Retourne le storage pour le calculateur demandé. |
static SensitivityExportStorage |
SensitivityExportStorage.getSensitivityExport(String name,
CodeSourceStorage.Location... location)
Retourne le storage pour l'export demandé. |
static SimulationPlanStorage |
SimulationPlanStorage.getSimulationPlan(String name,
CodeSourceStorage.Location... location)
Retourne le storage pour le plan demandé. |
static SimulatorStorage |
SimulatorStorage.getSimulator(String name,
CodeSourceStorage.Location... location)
Retourne le storage pour le simulateur demandée. |
protected static CodeSourceStorage.Location[] |
CodeSourceStorage.nonEmptyLocation(CodeSourceStorage.Location... location)
Get non empty location. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||