public enum HistoryType extends Enum<HistoryType> implements HasLabel
| Enum Constant and Description |
|---|
ARCHIVED |
ATTACHMENT_ADDITION |
ATTACHMENT_MODIFICATION |
ATTACHMENT_OPENING |
CREATION |
EDI_RETURN |
GROUP |
MODIFICATION |
OPENING |
PRINTING |
REPLY |
TRANSMISSION |
TRANSMISSION_TO_EDI |
TRANSMITTED_TO_EDI |
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
consideredAsModification |
protected String |
labelKey |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
boolean |
isConsideredAsModification() |
static HistoryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistoryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HistoryType CREATION
public static final HistoryType OPENING
public static final HistoryType MODIFICATION
public static final HistoryType TRANSMISSION_TO_EDI
public static final HistoryType TRANSMITTED_TO_EDI
public static final HistoryType EDI_RETURN
public static final HistoryType TRANSMISSION
public static final HistoryType REPLY
public static final HistoryType PRINTING
public static final HistoryType ARCHIVED
public static final HistoryType GROUP
public static final HistoryType ATTACHMENT_OPENING
public static final HistoryType ATTACHMENT_ADDITION
public static final HistoryType ATTACHMENT_MODIFICATION
protected String labelKey
protected boolean consideredAsModification
public static HistoryType[] values()
for (HistoryType c : HistoryType.values()) System.out.println(c);
public static HistoryType 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 boolean isConsideredAsModification()
Copyright © 2014–2016 CodeLutin. All rights reserved.