public static enum KmlLoader.StrategyValues extends Enum<KmlLoader.StrategyValues>
| Enum Constant and Description |
|---|
CONTACTS_STATES |
CONTACTS_STATES_MOTIFS |
CONTACTS_STATES_SEABOARDS |
| Modifier and Type | Field and Description |
|---|---|
protected static KmlLoader.StrategyValues[] |
ALLOWED_IN_OBSVENTE |
protected String |
i18nKey |
| Modifier and Type | Method and Description |
|---|---|
static KmlLoader.StrategyValues |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KmlLoader.StrategyValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static KmlLoader.StrategyValues[] |
values(ObsProgram obsProgram)
Permet de n'obtenir que les valeurs permises pour un programme donné.
|
public static final KmlLoader.StrategyValues CONTACTS_STATES
public static final KmlLoader.StrategyValues CONTACTS_STATES_SEABOARDS
public static final KmlLoader.StrategyValues CONTACTS_STATES_MOTIFS
protected String i18nKey
protected static final KmlLoader.StrategyValues[] ALLOWED_IN_OBSVENTE
public static KmlLoader.StrategyValues[] values()
for (KmlLoader.StrategyValues c : KmlLoader.StrategyValues.values()) System.out.println(c);
public static KmlLoader.StrategyValues 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 static KmlLoader.StrategyValues[] values(ObsProgram obsProgram)
Copyright © 2009-2012 Ifremer. All Rights Reserved.