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

Packages that use Dimension
org.jembi.sdmxhd.convenience   
org.jembi.sdmxhd.dsd   
 

Uses of Dimension in org.jembi.sdmxhd.convenience
 

Methods in org.jembi.sdmxhd.convenience that return Dimension
 Dimension DimensionWrapper.getDimension()
           
 

Methods in org.jembi.sdmxhd.convenience that return types with arguments of type Dimension
 java.util.List<Dimension> DimensionWrapper.getAllDimensions()
          Gets all dimensions in this DimensionWrapper, even those that are contained in the children of this DimensionWrapper.
 

Methods in org.jembi.sdmxhd.convenience with parameters of type Dimension
 void DimensionWrapper.setDimension(Dimension dimension)
           
 

Uses of Dimension in org.jembi.sdmxhd.dsd
 

Methods in org.jembi.sdmxhd.dsd that return Dimension
 Dimension DSD.getDimension(CodeList codeList)
          Gets the dimension that relates to the given codelist
 Dimension DSD.getDimension(java.lang.String conceptRef)
          Gets the dimension that with the given conceptRef
 Dimension DSD.getDimension(java.lang.String conceptRef, java.lang.String keyFamilyId)
          Gets the dimension that with the given conceptRef for a paticular keyFamily
 Dimension DSD.getIndicatorOrDataElementDimension(java.lang.String keyFamilyId)
           
 

Methods in org.jembi.sdmxhd.dsd that return types with arguments of type Dimension
 java.util.List<Dimension> DSD.getAllDimensions()
          Convenience method to return a list of all the dimensions in this DSD.
 java.util.List<Dimension> DSD.getAllDimensionsForIndicator(java.lang.String sdmxhdIndicatorName, java.lang.String keyFamilyId)
          Convenience method to return a list of all the dimensions in this DSD that are user specified.
 java.util.List<Dimension> DSD.getAllIndicatorDimensions(java.lang.String keyFamilyId)
          Convenience method to return a list of all the dimensions in this DSD for a particular keyFamily that are related to indicators.
 java.util.List<Dimension> DSD.getAllNonStanadrdDimensions()
          Convenience method to return a list of all the dimensions in this DSD that are user specified.
 java.util.List<Dimension> DSD.getAllNonStanadrdDimensions(java.lang.String keyFamilyId)
          Convenience method to return a list of all the dimensions in this DSD that are user specified.
 java.util.List<Dimension> Components.getDimensions()
           
 

Method parameters in org.jembi.sdmxhd.dsd with type arguments of type Dimension
 java.util.List<java.util.List<DimensionWrapper>> DSD.getAllCombinationOfDimensions(java.lang.String keyFamilyId, java.util.List<Dimension> restrictToTheseDimensions)
           
 void Components.setDimensions(java.util.List<Dimension> dimensions)