|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.infoway.messagebuilder.lang.Enum
ca.infoway.messagebuilder.lang.EnumPattern
ca.infoway.messagebuilder.domainvalue.controlact.ActStatus
public class ActStatus
The Enum ActStatus. Codes representing the defined states of an Act as defined by the Act class state machine.
Field Summary | |
---|---|
static ActStatus |
ABORTED
The Act has been terminated prior to the originally intended completion. |
static ActStatus |
ACTIVE
The Act can be performed or is being performed. |
static ActStatus |
CANCELLED
|
static ActStatus |
COMPLETED
An Act that has terminated normally after all of its constituents has been performed. |
static ActStatus |
HELD
|
static ActStatus |
NEW
|
static ActStatus |
NORMAL
|
static ActStatus |
NULLIFIED
This Act instance was created in error and has been 'removed' and is treated as though it never existed. |
static ActStatus |
OBSOLETE
This Act instance has been replaced by a new instance. |
static ActStatus |
SUSPENDED
An Act that has been activated (actions could or have been performed against it), but has been temporarily disabled. |
Fields inherited from class ca.infoway.messagebuilder.lang.Enum |
---|
INNER_CLASS_SEPARATOR_CHAR, iToString, PACKAGE_SEPARATOR_CHAR |
Method Summary | |
---|---|
String |
getCodeSystem()
Gets the code system. |
String |
getCodeValue()
Gets the code value. |
String |
getDescription()
Gets the description. |
Methods inherited from class ca.infoway.messagebuilder.lang.EnumPattern |
---|
getEnumConstants, isEnum, name, toString, valueOf, values |
Methods inherited from class ca.infoway.messagebuilder.lang.Enum |
---|
compareTo, equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, getShortClassName, getShortClassName, hashCode, iterator, readResolve |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ActStatus NORMAL
public static final ActStatus ABORTED
The Act has been terminated prior to the originally intended completion.
public static final ActStatus ACTIVE
The Act can be performed or is being performed.
public static final ActStatus CANCELLED
public static final ActStatus COMPLETED
An Act that has terminated normally after all of its constituents has been performed.
public static final ActStatus HELD
public static final ActStatus NEW
public static final ActStatus SUSPENDED
An Act that has been activated (actions could or have been performed against it), but has been temporarily disabled. No further action should be taken against it until it is released
public static final ActStatus NULLIFIED
This Act instance was created in error and has been 'removed' and is treated as though it never existed. A record is retained for audit purposes only.
public static final ActStatus OBSOLETE
This Act instance has been replaced by a new instance.
Method Detail |
---|
public String getCodeSystem()
Gets the code system.
getCodeSystem
in interface Code
public String getCodeValue()
Gets the code value.
getCodeValue
in interface Code
public String getDescription()
Gets the description.
getDescription
in interface Describable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |