public enum CtrlParamCdtApp extends Enum<CtrlParamCdtApp>
Enum Constant and Description |
---|
ALWAYS |
EMPTY |
MOTCLE |
NEVER |
NOT_EMPTY |
Modifier and Type | Method and Description |
---|---|
String |
nom() |
Double |
value() |
static CtrlParamCdtApp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CtrlParamCdtApp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CtrlParamCdtApp ALWAYS
public static final CtrlParamCdtApp NEVER
public static final CtrlParamCdtApp MOTCLE
public static final CtrlParamCdtApp EMPTY
public static final CtrlParamCdtApp NOT_EMPTY
public static CtrlParamCdtApp[] values()
for (CtrlParamCdtApp c : CtrlParamCdtApp.values()) System.out.println(c);
public static CtrlParamCdtApp 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 value()
public String nom()
Copyright © 2016. All rights reserved.