Uses of Interface
org.citygml4j.model.xal.CountryName

Packages that use CountryName
org.citygml4j.builder.jaxb.marshal.xal   
org.citygml4j.builder.jaxb.unmarshal.xal   
org.citygml4j.factory   
org.citygml4j.impl.xal   
org.citygml4j.model.common.visitor   
org.citygml4j.model.xal   
org.citygml4j.util.walker   
 

Uses of CountryName in org.citygml4j.builder.jaxb.marshal.xal
 

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type CountryName
 CountryNameElement XALMarshaller.marshalCountryName(CountryName src)
           
 

Uses of CountryName in org.citygml4j.builder.jaxb.unmarshal.xal
 

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return CountryName
 CountryName XALUnmarshaller.unmarshalCountryName(CountryNameElement src)
           
 

Uses of CountryName in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return CountryName
 CountryName XALFactory.createCountryName()
           
 

Uses of CountryName in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement CountryName
 class CountryNameImpl
           
 

Methods in org.citygml4j.impl.xal that return types with arguments of type CountryName
 java.util.List<CountryName> CountryImpl.getCountryName()
           
 

Methods in org.citygml4j.impl.xal with parameters of type CountryName
 void CountryImpl.addCountryName(CountryName countryName)
           
 boolean CountryImpl.unsetCountryName(CountryName countryName)
           
 

Method parameters in org.citygml4j.impl.xal with type arguments of type CountryName
 void CountryImpl.setCountryName(java.util.List<CountryName> countryName)
           
 

Uses of CountryName in org.citygml4j.model.common.visitor
 

Methods in org.citygml4j.model.common.visitor with parameters of type CountryName
 T XALFunctor.apply(CountryName countryName)
           
 void XALVisitor.visit(CountryName countryName)
           
 

Uses of CountryName in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return types with arguments of type CountryName
 java.util.List<CountryName> Country.getCountryName()
           
 

Methods in org.citygml4j.model.xal with parameters of type CountryName
 void Country.addCountryName(CountryName countryName)
           
 boolean Country.unsetCountryName(CountryName countryName)
           
 

Method parameters in org.citygml4j.model.xal with type arguments of type CountryName
 void Country.setCountryName(java.util.List<CountryName> countryName)
           
 

Uses of CountryName in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type CountryName
 void XALWalker.visit(CountryName countryName)