public static enum Fiche.type extends Enum<Fiche.type>
| Modifier and Type | Method and Description |
|---|---|
String |
getString() |
static Fiche.type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Fiche.type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Fiche.type EXTACA
public static final Fiche.type INTACA
public static final Fiche.type MER
public static final Fiche.type AUTRE
public static Fiche.type[] values()
for (Fiche.type c : Fiche.type.values()) System.out.println(c);
public static Fiche.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 nameNullPointerException - if the argument is nullpublic String getString()
Copyright © 2015. All rights reserved.