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