|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CodeListService
Method Summary | |
---|---|
void |
addCodeList(CodeList code)
Add a code list to the service. |
void |
assignAttributeCodeList(String attributeIdentifier,
CodeList code)
Assign a code list for an attribute. |
CodeList |
findCodeListByAttribute(String attributeIdentifier)
Tries to find a code list associated to the attribute referenced by the given identifier. |
CodeList |
findCodeListByIdentifier(String namespace,
String identifier)
Tries to find the code list with the given namespace and identifier. |
List<CodeList> |
getCodeLists()
Get the code lists. |
Method Detail |
---|
CodeList findCodeListByIdentifier(String namespace, String identifier)
namespace
- the namespaceidentifier
- the identifier
null
CodeList findCodeListByAttribute(String attributeIdentifier)
attributeIdentifier
- the attribute identifier
null
void assignAttributeCodeList(String attributeIdentifier, CodeList code)
attributeIdentifier
- the attribute identifiercode
- the code list to assign or null
if the
assignment shall be deletedList<CodeList> getCodeLists()
void addCodeList(CodeList code)
code
- the code list to add
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |