public interface CodeList
Modifier and Type | Interface and Description |
---|---|
static class |
CodeList.CodeEntry
Represents a code list entry
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get the description
|
Collection<CodeList.CodeEntry> |
getEntries()
Get the code list entries
|
CodeList.CodeEntry |
getEntryByIdentifier(String identifier)
Get the entry with the given identifier
|
CodeList.CodeEntry |
getEntryByName(String name)
Get the entry with the given name
|
String |
getIdentifier()
Get the identifier
|
URI |
getLocation()
Get the code list location
|
String |
getNamespace()
Get the namespace
|
Collection<CodeList.CodeEntry> getEntries()
String getNamespace()
String getIdentifier()
String getDescription()
CodeList.CodeEntry getEntryByName(String name)
name
- the entry namenull
CodeList.CodeEntry getEntryByIdentifier(String identifier)
identifier
- the entry identifiernull
URI getLocation()
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a