public enum Contexts extends Enum<Contexts>
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 MASS_UPDATE_UNIT_DESC
public static final Contexts MASS_UPDATE_UNIT_RULE
public static final Contexts CHECK
public static final Contexts AUDIT_WORKFLOW
public static final Contexts LOGBOOK_TRACEABILITY
public static final Contexts UNIT_LFC_TRACEABILITY
public static final Contexts OBJECTGROUP_LFC_TRACEABILITY
public static final Contexts EXPORT_DIP
public static final Contexts EVIDENCE_AUDIT
public static final Contexts RECTIFICATION_AUDIT
public static final Contexts DATA_MIGRATION
public static final Contexts RECLASSIFICATION
public static final Contexts ELIMINATION_ANALYSIS
public static final Contexts ELIMINATION_ACTION
public static final Contexts EXPORT_PROBATIVE_VALUE
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.