|
||||||||||
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.DomainSource
public class DomainSource
An enum that represents the vocabulary Source.
Field Summary | |
---|---|
static DomainSource |
CODE_SYSTEM
A vocabulary source that represents the code system. |
static DomainSource |
CONCEPT_DOMAIN
A vocabulary source that represents the concept domain (domain name). |
static DomainSource |
VALUE_SET
A vocabulary source that represents the value set. |
Fields inherited from class ca.infoway.messagebuilder.lang.Enum |
---|
INNER_CLASS_SEPARATOR_CHAR, iToString, PACKAGE_SEPARATOR_CHAR |
Method Summary | |
---|---|
String |
getCode()
Gets the code of the vocabulary source. |
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 DomainSource VALUE_SET
A vocabulary source that represents the value set.
public static final DomainSource CODE_SYSTEM
A vocabulary source that represents the code system.
public static final DomainSource CONCEPT_DOMAIN
A vocabulary source that represents the concept domain (domain name).
Method Detail |
---|
public String getCode()
Gets the code of the vocabulary source.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |