Enum CONSTANTS.DIALOG_STATE
- Object
-
- Enum<CONSTANTS.DIALOG_STATE>
-
- DIALOG_STATE
-
- All Implemented Interfaces:
Serializable,Comparable<CONSTANTS.DIALOG_STATE>,Constable
- Enclosing class:
- CONSTANTS
public static enum CONSTANTS.DIALOG_STATE extends Enum<CONSTANTS.DIALOG_STATE>
Dialogstatus für Validierungen- Since:
- 11.00.000
-
-
Method Summary
Modifier and Type Method Description static CONSTANTS.DIALOG_STATEfromInternal(StatusInterface.Status state)StatusInterface.StatustoInternal()static CONSTANTS.DIALOG_STATEvalueOf(String name)Returns the enum constant of this type with the specified name.static CONSTANTS.DIALOG_STATE[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
NORMAL
public static final CONSTANTS.DIALOG_STATE NORMAL
Eingabe OK
-
RED
public static final CONSTANTS.DIALOG_STATE RED
Aktuell fokusierte Eingabe fehlerhaft
-
YELLOW
public static final CONSTANTS.DIALOG_STATE YELLOW
Fehlerhafte EIngaben vorhanden
-
-
Method Detail
-
values
public static CONSTANTS.DIALOG_STATE[] values()
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CONSTANTS.DIALOG_STATE valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
toInternal
public StatusInterface.Status toInternal()
-
fromInternal
public static CONSTANTS.DIALOG_STATE fromInternal(StatusInterface.Status state)
-
-