|
||||||||||
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.xml.UpdateModeType
public class UpdateModeType
Potential update modes.
This enum models the various Update Mode Kinds in the HL7 standards materials.
Field Summary | |
---|---|
static UpdateModeType |
ADD
The add update mode. |
static UpdateModeType |
ADD_OR_UPDATE
The add or update update mode. |
static UpdateModeType |
NO_CHANGE
The no change update mode. |
static UpdateModeType |
REMOVE
The remoe update mode. |
static UpdateModeType |
REPLACE
The replace update mode. |
static UpdateModeType |
UNKNOWN
The unknown update mode. |
Fields inherited from class ca.infoway.messagebuilder.lang.Enum |
---|
INNER_CLASS_SEPARATOR_CHAR, iToString, PACKAGE_SEPARATOR_CHAR |
Method Summary | |
---|---|
String |
getCodeValue()
Gets the code for the update mode. |
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 UpdateModeType ADD
The add update mode.
public static final UpdateModeType REMOVE
The remoe update mode.
public static final UpdateModeType REPLACE
The replace update mode.
public static final UpdateModeType ADD_OR_UPDATE
The add or update update mode.
public static final UpdateModeType NO_CHANGE
The no change update mode.
public static final UpdateModeType UNKNOWN
The unknown update mode.
Method Detail |
---|
public String getCodeValue()
Gets the code for the update mode.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |