|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Argutia.Builder.Type>
argutia.Argutia.Builder.Type
public static enum Argutia.Builder.Type
Énumération des différents types d'initialisation de l'interface graphique.
Enum Constant Summary | |
---|---|
FIRST
C'est le premier démarrage. |
|
MANUAL
On réinitialise l'interface avec les paramètres du paneau de configuration. |
|
RESET
On réinitialise l'interface avec les paramètres par défaut. |
|
USER_CONFIG
On réinitialise l'interface avec les paramètres de la configuration utilisateur. |
Method Summary | |
---|---|
static Argutia.Builder.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Argutia.Builder.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Argutia.Builder.Type FIRST
public static final Argutia.Builder.Type MANUAL
public static final Argutia.Builder.Type RESET
public static final Argutia.Builder.Type USER_CONFIG
Method Detail |
---|
public static final Argutia.Builder.Type[] values()
for(Argutia.Builder.Type c : Argutia.Builder.Type.values()) System.out.println(c);
public static Argutia.Builder.Type valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |