Uses of Enum Class
fr.ifremer.isisfish.entities.VariableType
Package
Description
Entité metier d'IsisFish.
-
Uses of VariableType in fr.ifremer.isisfish.entities
Modifier and TypeFieldDescriptionprotected VariableType
VariableAbstract.type
Nom de l'attribut en BD : typeModifier and TypeMethodDescriptionVariable.getType()
VariableAbstract.getType()
static VariableType
Returns the enum constant of this class with the specified name.static VariableType[]
VariableType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionVariableDAOAbstract.findAllByType
(VariableType v) VariableDAOAbstract.findByType
(VariableType v) void
Variable.setType
(VariableType type) void
VariableAbstract.setType
(VariableType type) -
Uses of VariableType in fr.ifremer.isisfish.ui.input.variable
Modifier and TypeFieldDescriptionprotected JComboBox<VariableType>
EntityVariableUI.variableTypeCombo