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