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