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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type DepartmentName
 DepartmentElement.DepartmentName XALMarshaller.marshalDepartmentName(DepartmentName src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return DepartmentName
 DepartmentName XALUnmarshaller.unmarshalDepartmentName(DepartmentElement.DepartmentName src)
           
 

Uses of DepartmentName in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return DepartmentName
 DepartmentName XALFactory.createDepartmentName()
           
 

Uses of DepartmentName in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement DepartmentName
 class DepartmentNameImpl
           
 

Methods in org.citygml4j.impl.xal that return types with arguments of type DepartmentName
 java.util.List<DepartmentName> DepartmentImpl.getDepartmentName()
           
 

Methods in org.citygml4j.impl.xal with parameters of type DepartmentName
 void DepartmentImpl.addDepartmentName(DepartmentName departmentName)
           
 boolean DepartmentImpl.unsetDepartmentName(DepartmentName departmentName)
           
 

Method parameters in org.citygml4j.impl.xal with type arguments of type DepartmentName
 void DepartmentImpl.setDepartmentName(java.util.List<DepartmentName> departmentName)
           
 

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

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

Uses of DepartmentName in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return types with arguments of type DepartmentName
 java.util.List<DepartmentName> Department.getDepartmentName()
           
 

Methods in org.citygml4j.model.xal with parameters of type DepartmentName
 void Department.addDepartmentName(DepartmentName departmentName)
           
 boolean Department.unsetDepartmentName(DepartmentName departmentName)
           
 

Method parameters in org.citygml4j.model.xal with type arguments of type DepartmentName
 void Department.setDepartmentName(java.util.List<DepartmentName> departmentName)
           
 

Uses of DepartmentName in org.citygml4j.util.walker
 

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