Package de.xima.fc.mdl.enums
Enum EProtocolEntryProcessType
- java.lang.Object
-
- java.lang.Enum<EProtocolEntryProcessType>
-
- de.xima.fc.mdl.enums.EProtocolEntryProcessType
-
- All Implemented Interfaces:
INamedUiElement
,Serializable
,Comparable<EProtocolEntryProcessType>
public enum EProtocolEntryProcessType extends Enum<EProtocolEntryProcessType> implements INamedUiElement
- 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)
String
getDisplayName(Locale l, String param)
String
getIconClass()
static EProtocolEntryProcessType
valueOf(String name)
Returns the enum constant of this type with the specified name.static EProtocolEntryProcessType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ACTION
public static final EProtocolEntryProcessType ACTION
-
APPOINTMENT_CREATED
public static final EProtocolEntryProcessType APPOINTMENT_CREATED
-
APPOINTMENT_DELETED
public static final EProtocolEntryProcessType APPOINTMENT_DELETED
-
APPOINTMENT_UPDATED
public static final EProtocolEntryProcessType APPOINTMENT_UPDATED
-
APPOINTMENT_VALIDATION_FAILED
public static final EProtocolEntryProcessType APPOINTMENT_VALIDATION_FAILED
-
STATUS_CHANGE
public static final EProtocolEntryProcessType STATUS_CHANGE
-
STATUS_RESET
public static final EProtocolEntryProcessType STATUS_RESET
-
TRIGGER_FIRED
public static final EProtocolEntryProcessType TRIGGER_FIRED
-
CORRECTION
public static final EProtocolEntryProcessType CORRECTION
-
VERSION_CHANGE
public static final EProtocolEntryProcessType VERSION_CHANGE
-
ATTACH_FILE
public static final EProtocolEntryProcessType ATTACH_FILE
-
ATTACHMENT_DELETED
public static final EProtocolEntryProcessType ATTACHMENT_DELETED
-
ATTACHMENT_UPDATED
public static final EProtocolEntryProcessType ATTACHMENT_UPDATED
-
COMMENT
public static final EProtocolEntryProcessType COMMENT
-
INFO
public static final EProtocolEntryProcessType INFO
-
DELETED
public static final EProtocolEntryProcessType DELETED
-
CREATED_CLONE
public static final EProtocolEntryProcessType CREATED_CLONE
-
CREATED
public static final EProtocolEntryProcessType CREATED
-
QUARTZ_JOB_CREATED
public static final EProtocolEntryProcessType QUARTZ_JOB_CREATED
-
QUARTZ_JOB_UPDATED
public static final EProtocolEntryProcessType QUARTZ_JOB_UPDATED
-
QUARTZ_JOB_DELETED
public static final EProtocolEntryProcessType QUARTZ_JOB_DELETED
-
-
Method Detail
-
values
public static EProtocolEntryProcessType[] 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 (EProtocolEntryProcessType c : EProtocolEntryProcessType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static EProtocolEntryProcessType 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).
-
getIconClass
public String getIconClass()
-
-