public static enum CoserConstants.Category extends Enum<CoserConstants.Category>
Enum Constant and Description |
---|
CATCH |
HAUL |
LENGTH |
REFTAX_SPECIES |
STRATA |
TYPE_ESPECES |
Modifier and Type | Field and Description |
---|---|
protected boolean |
dataCategory
Data category (par opposition reftax n'est pas un fichier de data).
|
protected String |
storageFileName |
protected String |
translationKey |
Modifier and Type | Method and Description |
---|---|
String |
getStorageFileName()
Nom de stockage interne a coser.
|
String |
getTranslationKey() |
boolean |
isDataCategory()
Data category (par opposition reftax n'est pas un fichier de data).
|
static CoserConstants.Category |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoserConstants.Category[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoserConstants.Category CATCH
public static final CoserConstants.Category STRATA
public static final CoserConstants.Category HAUL
public static final CoserConstants.Category LENGTH
public static final CoserConstants.Category REFTAX_SPECIES
public static final CoserConstants.Category TYPE_ESPECES
protected String translationKey
protected String storageFileName
protected boolean dataCategory
public static CoserConstants.Category[] values()
for (CoserConstants.Category c : CoserConstants.Category.values()) System.out.println(c);
public static CoserConstants.Category valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getTranslationKey()
public String getStorageFileName()
public boolean isDataCategory()
true
si la category correspond a des dataCopyright © 2010–2015 Ifremer. All rights reserved.