public enum Contexts extends Enum<Contexts>
Enum Constant and Description |
---|
AUDIT_WORKFLOW |
BLANK_TEST |
CHECK |
DEFAULT_WORKFLOW |
EXPORT_DIP |
FILING_SCHEME |
HOLDING_SCHEME |
SECURISATION_LC |
UPDATE_RULES_ARCHIVE_UNITS |
Modifier and Type | Method and Description |
---|---|
String |
getEventType()
Get eventType value
|
LogbookTypeProcess |
getLogbookTypeProcess()
Get logbook type process (evTypeProc)
|
static Contexts |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Contexts[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Contexts BLANK_TEST
public static final Contexts HOLDING_SCHEME
public static final Contexts FILING_SCHEME
public static final Contexts DEFAULT_WORKFLOW
public static final Contexts UPDATE_RULES_ARCHIVE_UNITS
public static final Contexts CHECK
public static final Contexts AUDIT_WORKFLOW
public static final Contexts SECURISATION_LC
public static final Contexts EXPORT_DIP
public static Contexts[] values()
for (Contexts c : Contexts.values()) System.out.println(c);
public static Contexts 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 LogbookTypeProcess getLogbookTypeProcess()
public String getEventType()
Copyright © 2018 Vitam. All rights reserved.