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