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