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

Packages that use CountryName
org.citygml4j.builder.jaxb.marshal.xal   
org.citygml4j.builder.jaxb.unmarshal.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.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)