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

Packages that use Country
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 Country in org.citygml4j.builder.jaxb.marshal.xal
 

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type Country
 AddressDetails.Country XALMarshaller.marshalCountry(Country src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return Country
 Country XALUnmarshaller.unmarshalCountry(AddressDetails.Country src)
           
 

Uses of Country in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return Country
 Country XALFactory.createCountry()
           
 

Uses of Country in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement Country
 class CountryImpl
           
 

Methods in org.citygml4j.impl.xal that return Country
 Country AddressDetailsImpl.getCountry()
           
 

Methods in org.citygml4j.impl.xal with parameters of type Country
 void AddressDetailsImpl.setCountry(Country country)
           
 

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

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

Uses of Country in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return Country
 Country AddressDetails.getCountry()
           
 

Methods in org.citygml4j.model.xal with parameters of type Country
 void AddressDetails.setCountry(Country country)
           
 

Uses of Country in org.citygml4j.util.walker
 

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