|
||||||||||
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.transport.MessageWaitingPriority
public class MessageWaitingPriority
MessageWaitingPriority. Indicates that the receiver has messages for the sender From: http://www.hl7.org/v3ballot/html/infrastructure/vocabulary/MessageWaitingPriority.htm
Field Summary | |
---|---|
static MessageWaitingPriority |
HIGH
High priority messages are available. |
static MessageWaitingPriority |
LOW
Low priority messages are available. |
static MessageWaitingPriority |
MEDIUM
Medium priority messages are available. |
Fields inherited from class ca.infoway.messagebuilder.lang.Enum |
---|
INNER_CLASS_SEPARATOR_CHAR, iToString, PACKAGE_SEPARATOR_CHAR |
Method Summary | |
---|---|
String |
getCodeSystem()
Returns the message waiting priority code system. |
String |
getCodeValue()
Returns the code value. |
String |
getMessageWaitingPriority()
Returns the message waiting priority. |
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 MessageWaitingPriority HIGH
public static final MessageWaitingPriority LOW
public static final MessageWaitingPriority MEDIUM
Method Detail |
---|
public String getMessageWaitingPriority()
public String getCodeSystem()
getCodeSystem
in interface Code
public String getCodeValue()
getCodeValue
in interface Code
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |