argutia
Enum Argutia.Builder.Type

java.lang.Object
  extended by java.lang.Enum<Argutia.Builder.Type>
      extended by argutia.Argutia.Builder.Type
All Implemented Interfaces:
Serializable, Comparable<Argutia.Builder.Type>
Enclosing class:
Argutia.Builder
public static enum Argutia.Builder.Type
extends Enum<Argutia.Builder.Type>

Énumération des différents types d'initialisation de l'interface graphique.

Author:
Geoffroy AUBRY
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

FIRST

public static final Argutia.Builder.Type FIRST
C'est le premier démarrage.

MANUAL

public static final Argutia.Builder.Type MANUAL
On réinitialise l'interface avec les paramètres du paneau de configuration.

RESET

public static final Argutia.Builder.Type RESET
On réinitialise l'interface avec les paramètres par défaut.

USER_CONFIG

public static final Argutia.Builder.Type USER_CONFIG
On réinitialise l'interface avec les paramètres de la configuration utilisateur.

Method Detail

values

public static final Argutia.Builder.Type[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(Argutia.Builder.Type c : Argutia.Builder.Type.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static Argutia.Builder.Type valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
Argutia JavaDoc
23 décembre 2007