Package de.xima.fc.mdl.enums
Enum EFormVersionActions
- java.lang.Object
-
- java.lang.Enum<EFormVersionActions>
-
- de.xima.fc.mdl.enums.EFormVersionActions
-
- All Implemented Interfaces:
INamedUiElement
,Serializable
,Comparable<EFormVersionActions>
public enum EFormVersionActions extends Enum<EFormVersionActions> implements INamedUiElement
FormVersion aktionen einer FormVersion- Author:
- XIMA MEDIA GmbH
-
-
Enum Constant Summary
-
Field Summary
-
Fields inherited from interface de.xima.fc.interfaces.INamedUiElement
ATTR_DISPLAY_NAME
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName(Locale l)
static EFormVersionActions
valueOf(String name)
Returns the enum constant of this type with the specified name.static EFormVersionActions[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
FREIGEGEBEN
public static final EFormVersionActions FREIGEGEBEN
-
NICHT_FREIGEGEBEN
public static final EFormVersionActions NICHT_FREIGEGEBEN
-
FREIGABE_BEANTRAGT
public static final EFormVersionActions FREIGABE_BEANTRAGT
-
FREIGABE_GENEHMIGT
public static final EFormVersionActions FREIGABE_GENEHMIGT
-
FREIGABE_ABGELEHNT
public static final EFormVersionActions FREIGABE_ABGELEHNT
-
FREIGABE_ERNEUT_BEANTRAGT
public static final EFormVersionActions FREIGABE_ERNEUT_BEANTRAGT
-
FD2_DESIGNER_UPDATE
public static final EFormVersionActions FD2_DESIGNER_UPDATE
-
FD2_DESIGNER_CREATE
public static final EFormVersionActions FD2_DESIGNER_CREATE
-
XFD_DESIGNER_UPDATE
public static final EFormVersionActions XFD_DESIGNER_UPDATE
-
XFD_DESIGNER_CREATE
public static final EFormVersionActions XFD_DESIGNER_CREATE
-
PDF_UPDATE
public static final EFormVersionActions PDF_UPDATE
-
PDF_CREATE
public static final EFormVersionActions PDF_CREATE
-
HTML_UPDATE
public static final EFormVersionActions HTML_UPDATE
-
HTML_CREATE
public static final EFormVersionActions HTML_CREATE
-
CREATE
public static final EFormVersionActions CREATE
-
-
Method Detail
-
values
public static EFormVersionActions[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (EFormVersionActions c : EFormVersionActions.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static EFormVersionActions 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
-
getDisplayName
public String getDisplayName(Locale l)
- Specified by:
getDisplayName
in interfaceINamedUiElement
- Returns:
- Wert, der das entsprechende Objekt an Oberfläche repräsentiert (wird i.A. zur Laufzeit ermittelt).
-
-