public enum ObjectLifecycle extends Enum<ObjectLifecycle>
| Enum Constant and Description |
|---|
_1
Origination / Creation
|
_10
Export / Copy to target
|
_11
Disclosure
|
_12
Receipt of disclosure
|
_13
Archiving
|
_14
Logical deletion
|
_15
Permanent erasure / Physical destruction
|
_2
Import / Copy from original
|
_3
Amendment
|
_4
Verification
|
_5
Translation
|
_6
Access / Use
|
_7
De-identification
|
_8
Aggregation, summarization, derivation
|
_9
Report
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static ObjectLifecycle |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ObjectLifecycle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectLifecycle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectLifecycle _1
public static final ObjectLifecycle _2
public static final ObjectLifecycle _3
public static final ObjectLifecycle _4
public static final ObjectLifecycle _5
public static final ObjectLifecycle _6
public static final ObjectLifecycle _7
public static final ObjectLifecycle _8
public static final ObjectLifecycle _9
public static final ObjectLifecycle _10
public static final ObjectLifecycle _11
public static final ObjectLifecycle _12
public static final ObjectLifecycle _13
public static final ObjectLifecycle _14
public static final ObjectLifecycle _15
public static final ObjectLifecycle NULL
public static ObjectLifecycle[] values()
for (ObjectLifecycle c : ObjectLifecycle.values()) System.out.println(c);
public static ObjectLifecycle 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 static ObjectLifecycle fromCode(String codeString) throws Exception
Exceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.