Uses of Class
org.jembi.sdmxhd.dsd.CodelistRef

Packages that use CodelistRef
org.jembi.sdmxhd.dsd   
 

Uses of CodelistRef in org.jembi.sdmxhd.dsd
 

Methods in org.jembi.sdmxhd.dsd that return CodelistRef
 CodelistRef HierarchicalCodelist.getCodeListRef(java.lang.String aliasOrCodelistID)
           
 

Methods in org.jembi.sdmxhd.dsd that return types with arguments of type CodelistRef
 java.util.List<CodelistRef> HierarchicalCodelist.getCodeListRefs()
           
 

Method parameters in org.jembi.sdmxhd.dsd with type arguments of type CodelistRef
 void HierarchicalCodelist.setCodeListRefs(java.util.List<CodelistRef> codeListRefs)