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