Uses of Class
org.jembi.sdmxhd.primitives.CodeList

Packages that use CodeList
org.jembi.sdmxhd.dsd   
org.jembi.sdmxhd.parser.dsd   
 

Uses of CodeList in org.jembi.sdmxhd.dsd
 

Methods in org.jembi.sdmxhd.dsd that return CodeList
 CodeList DSD.getCodeList(java.lang.String id)
          Gets a codelist this the specified id.
 CodeList DSD.getCodeListByAlias(java.lang.String alias)
          Gets the codelist that has the specified alias defined in a SDMX-HD hierarchical codelist.
 

Methods in org.jembi.sdmxhd.dsd that return types with arguments of type CodeList
 java.util.List<CodeList> DSD.getCodeLists()
           
 

Methods in org.jembi.sdmxhd.dsd with parameters of type CodeList
 Dimension DSD.getDimension(CodeList codeList)
          Gets the dimension that relates to the given codelist
 

Method parameters in org.jembi.sdmxhd.dsd with type arguments of type CodeList
 void DSD.setCodeLists(java.util.List<CodeList> codeLists)
           
 

Uses of CodeList in org.jembi.sdmxhd.parser.dsd
 

Methods in org.jembi.sdmxhd.parser.dsd that return types with arguments of type CodeList
 java.util.List<CodeList> CodeListsParser.parse(javax.xml.stream.XMLEventReader eventReader, javax.xml.stream.events.StartElement startElement, java.util.zip.ZipFile zipFile)
          Parses CodeLists element in a SDMX-HD DSD into CodeList objects.