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