ca.infoway.messagebuilder.xml
Class DomainSource

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

public class DomainSource
extends EnumPattern

An enum that represents the vocabulary Source.

Author:
Intelliware Development
See Also:
Serialized Form

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

VALUE_SET

public static final DomainSource VALUE_SET

A vocabulary source that represents the value set.


CODE_SYSTEM

public static final DomainSource CODE_SYSTEM

A vocabulary source that represents the code system.


CONCEPT_DOMAIN

public static final DomainSource CONCEPT_DOMAIN

A vocabulary source that represents the concept domain (domain name).

Method Detail

getCode

public String getCode()

Gets the code of the vocabulary source.

Returns:
the code.


Copyright © 2013. All Rights Reserved.