Uses of Class
org.citygml4j.model.citygml.tunnel.IntTunnelInstallation

Packages that use IntTunnelInstallation
org.citygml4j.builder.jaxb.marshal.citygml.tunnel   
org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel   
org.citygml4j.model.citygml.tunnel   
org.citygml4j.model.common.visitor   
org.citygml4j.util.walker   
 

Uses of IntTunnelInstallation in org.citygml4j.builder.jaxb.marshal.citygml.tunnel
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel with parameters of type IntTunnelInstallation
 IntTunnelInstallationType Tunnel200Marshaller.marshalIntTunnelInstallation(IntTunnelInstallation src)
           
 void Tunnel200Marshaller.marshalIntTunnelInstallation(IntTunnelInstallation src, IntTunnelInstallationType dest)
           
 

Uses of IntTunnelInstallation in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel that return IntTunnelInstallation
 IntTunnelInstallation Tunnel200Unmarshaller.unmarshalIntTunnelInstallation(IntTunnelInstallationType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel with parameters of type IntTunnelInstallation
 void Tunnel200Unmarshaller.unmarshalIntTunnelInstallation(IntTunnelInstallationType src, IntTunnelInstallation dest)
           
 

Uses of IntTunnelInstallation in org.citygml4j.model.citygml.tunnel
 

Methods in org.citygml4j.model.citygml.tunnel that return IntTunnelInstallation
 IntTunnelInstallation IntTunnelInstallationProperty.getIntTunnelInstallation()
           
 

Methods in org.citygml4j.model.citygml.tunnel that return types with arguments of type IntTunnelInstallation
 java.lang.Class<IntTunnelInstallation> IntTunnelInstallationProperty.getAssociableClass()
           
 

Methods in org.citygml4j.model.citygml.tunnel with parameters of type IntTunnelInstallation
 void IntTunnelInstallationProperty.setIntTunnelInstallation(IntTunnelInstallation intTunnelInstallation)
           
 

Constructors in org.citygml4j.model.citygml.tunnel with parameters of type IntTunnelInstallation
IntTunnelInstallationProperty(IntTunnelInstallation intTunnelInstallation)
           
 

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

Methods in org.citygml4j.model.common.visitor with parameters of type IntTunnelInstallation
 T FeatureFunctor.apply(IntTunnelInstallation intTunnelInstallation)
           
 void FeatureVisitor.visit(IntTunnelInstallation intTunnelInstallation)
           
 

Uses of IntTunnelInstallation in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type IntTunnelInstallation
 T GMLFunctionWalker.apply(IntTunnelInstallation intTunnelInstallation)
           
 T FeatureFunctionWalker.apply(IntTunnelInstallation intTunnelInstallation)
           
 void GMLWalker.visit(IntTunnelInstallation intTunnelInstallation)
           
 void FeatureWalker.visit(IntTunnelInstallation intTunnelInstallation)