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

Packages that use Code
org.jembi.sdmxhd.convenience   
org.jembi.sdmxhd.primitives   
 

Uses of Code in org.jembi.sdmxhd.convenience
 

Methods in org.jembi.sdmxhd.convenience that return Code
 Code DimensionWrapper.getCode()
           
 

Methods in org.jembi.sdmxhd.convenience with parameters of type Code
 void DimensionWrapper.setCode(Code code)
           
 

Uses of Code in org.jembi.sdmxhd.primitives
 

Methods in org.jembi.sdmxhd.primitives that return Code
 Code CodeList.getCodeByDescription(java.lang.String description)
          Find a code with a description that matches the supplied description.
 Code CodeList.getCodeByID(java.lang.String id)
          Gets a code by it id
 

Methods in org.jembi.sdmxhd.primitives that return types with arguments of type Code
 java.util.Set<Code> CodeList.getCodes()
           
 

Method parameters in org.jembi.sdmxhd.primitives with type arguments of type Code
 void CodeList.setCodes(java.util.Set<Code> codes)