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

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

Uses of KeyFamily in org.jembi.sdmxhd.dsd
 

Methods in org.jembi.sdmxhd.dsd that return KeyFamily
 KeyFamily DSD.getKeyFamily(java.lang.String keyFamilyID)
          Gets the KeyFamily in this DSD that has the specified ID.
 

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

Method parameters in org.jembi.sdmxhd.dsd with type arguments of type KeyFamily
 void DSD.setKeyFamilies(java.util.List<KeyFamily> keyFamilies)
           
 

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

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