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