public static enum FormuleHeureJour.Alias extends Enum<FormuleHeureJour.Alias> implements CodeIdentifiable
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
static FormuleHeureJour.Alias |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormuleHeureJour.Alias[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormuleHeureJour.Alias FICHE
public static final FormuleHeureJour.Alias FICHES
public static final FormuleHeureJour.Alias PLANNING
public static FormuleHeureJour.Alias[] values()
for (FormuleHeureJour.Alias c : FormuleHeureJour.Alias.values()) System.out.println(c);
public static FormuleHeureJour.Alias 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 getCode()
getCode
in interface CodeIdentifiable
Copyright © 2016. All rights reserved.