| Package | Description |
|---|---|
| fr.ifremer.isisfish.entities |
Entité metier d'IsisFish.
|
| fr.ifremer.isisfish.ui.input.variable |
| Modifier and Type | Field and Description |
|---|---|
protected VariableType |
VariableAbstract.type
Nom de l'attribut en BD : type
|
| Modifier and Type | Method and Description |
|---|---|
VariableType |
VariableAbstract.getType() |
VariableType |
Variable.getType() |
static VariableType |
VariableType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VariableType[] |
VariableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<E> |
VariableDAOAbstract.findAllByType(VariableType v) |
E |
VariableDAOAbstract.findByType(VariableType v) |
void |
VariableAbstract.setType(VariableType type) |
void |
Variable.setType(VariableType type) |
| Modifier and Type | Field and Description |
|---|---|
protected VariableType[] |
VariableTypeComboModel.variableTypes
Values list
|
| Modifier and Type | Method and Description |
|---|---|
VariableType |
VariableTypeComboModel.getElementAt(int index) |
Copyright © 1999–2014 CodeLutin. All rights reserved.