ca.infoway.messagebuilder.xml
Class UpdateModeType

Package class diagram package UpdateModeType
java.lang.Object
  extended by ca.infoway.messagebuilder.lang.Enum
      extended by ca.infoway.messagebuilder.lang.EnumPattern
          extended by ca.infoway.messagebuilder.xml.UpdateModeType
All Implemented Interfaces:
Serializable, Comparable

public class UpdateModeType
extends EnumPattern

Potential update modes.

This enum models the various Update Mode Kinds in the HL7 standards materials.

Author:
Intelliware Development
See Also:
Serialized Form

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

ADD

public static final UpdateModeType ADD

The add update mode.


REMOVE

public static final UpdateModeType REMOVE

The remoe update mode.


REPLACE

public static final UpdateModeType REPLACE

The replace update mode.


ADD_OR_UPDATE

public static final UpdateModeType ADD_OR_UPDATE

The add or update update mode.


NO_CHANGE

public static final UpdateModeType NO_CHANGE

The no change update mode.


UNKNOWN

public static final UpdateModeType UNKNOWN

The unknown update mode.

Method Detail

getCodeValue

public String getCodeValue()

Gets the code for the update mode.

Returns:
the codeValue


Copyright © 2013. All Rights Reserved.