public enum EtatSignature extends Enum<EtatSignature> implements CodeIdentifiable, Localisable
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
String |
getIntituleEtat() |
String |
getLibelle() |
String |
value() |
static EtatSignature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EtatSignature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EtatSignature SIGNE
public static final EtatSignature A_SIGNER
public static final EtatSignature REFUSE
public static EtatSignature[] values()
for (EtatSignature c : EtatSignature.values()) System.out.println(c);
public static EtatSignature 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 String getIntituleEtat()
public String getCode()
getCode
in interface CodeIdentifiable
public String getLibelle()
getLibelle
in interface Localisable
Copyright © 2016. All rights reserved.