public enum EProtocolEntryProcessType extends Enum<EProtocolEntryProcessType> implements INamedUiElement
Enum Constant and Description |
---|
ACTION |
ATTACH_FILE |
ATTACHMENT_DELETED |
COMMENT |
CORRECTION |
CREATED |
DELETED |
INFO |
STATUS_CHANGE |
STATUS_RESET |
ATTR_DISPLAY_NAME
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName(Locale l) |
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.
|
public static final EProtocolEntryProcessType ACTION
public static final EProtocolEntryProcessType STATUS_CHANGE
public static final EProtocolEntryProcessType STATUS_RESET
public static final EProtocolEntryProcessType CORRECTION
public static final EProtocolEntryProcessType ATTACH_FILE
public static final EProtocolEntryProcessType ATTACHMENT_DELETED
public static final EProtocolEntryProcessType COMMENT
public static final EProtocolEntryProcessType INFO
public static final EProtocolEntryProcessType DELETED
public static final EProtocolEntryProcessType CREATED
public static EProtocolEntryProcessType[] values()
for (EProtocolEntryProcessType c : EProtocolEntryProcessType.values()) System.out.println(c);
public static EProtocolEntryProcessType 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 String getDisplayName(Locale l)
getDisplayName
in interface INamedUiElement
public String getIconClass()
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.