| Package | Description |
|---|---|
| fr.ifremer.coser.bean |
Storage structure classes.
|
| Modifier and Type | Field and Description |
|---|---|
protected SpeciesFieldType |
Project.displaySpeciesType
Species field type used for user display.
|
protected SpeciesFieldType |
Project.outputSpeciesType
Species field type used for rsufi output files.
|
protected SpeciesFieldType |
Project.storageSpeciesType
Species field type used in storage.
|
| Modifier and Type | Method and Description |
|---|---|
SpeciesFieldType |
Project.getDisplaySpeciesType() |
SpeciesFieldType |
Project.getOutputSpeciesType() |
SpeciesFieldType |
Project.getStorageSpeciesType() |
static SpeciesFieldType |
SpeciesFieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpeciesFieldType[] |
SpeciesFieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Project.setDisplaySpeciesType(SpeciesFieldType displaySpeciesType) |
void |
Project.setOutputSpeciesType(SpeciesFieldType outputSpeciesType) |
void |
Project.setStorageSpeciesType(SpeciesFieldType storageSpeciesType) |
Copyright © 2010–2015 Ifremer. All rights reserved.