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

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

Methods in org.citygml4j.builder.jaxb.marshal.xal with parameters of type ThoroughfareNumberFrom
 ThoroughfareElement.ThoroughfareNumberRange.ThoroughfareNumberFrom XALMarshaller.marshalThoroughfareNumberFrom(ThoroughfareNumberFrom src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.xal that return ThoroughfareNumberFrom
 ThoroughfareNumberFrom XALUnmarshaller.unmarshalThoroughfareNumberFrom(ThoroughfareElement.ThoroughfareNumberRange.ThoroughfareNumberFrom src)
           
 

Uses of ThoroughfareNumberFrom in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return ThoroughfareNumberFrom
 ThoroughfareNumberFrom XALFactory.createThoroughfareNumberFrom()
           
 

Uses of ThoroughfareNumberFrom in org.citygml4j.impl.xal
 

Classes in org.citygml4j.impl.xal that implement ThoroughfareNumberFrom
 class ThoroughfareNumberFromImpl
           
 

Methods in org.citygml4j.impl.xal that return ThoroughfareNumberFrom
 ThoroughfareNumberFrom ThoroughfareNumberRangeImpl.getThoroughfareNumberFrom()
           
 

Methods in org.citygml4j.impl.xal with parameters of type ThoroughfareNumberFrom
 void ThoroughfareNumberRangeImpl.setThoroughfareNumberFrom(ThoroughfareNumberFrom thoroughfareNumberFrom)
           
 

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

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

Uses of ThoroughfareNumberFrom in org.citygml4j.model.xal
 

Methods in org.citygml4j.model.xal that return ThoroughfareNumberFrom
 ThoroughfareNumberFrom ThoroughfareNumberRange.getThoroughfareNumberFrom()
           
 

Methods in org.citygml4j.model.xal with parameters of type ThoroughfareNumberFrom
 void ThoroughfareNumberRange.setThoroughfareNumberFrom(ThoroughfareNumberFrom thoroughfareNumberFrom)
           
 

Uses of ThoroughfareNumberFrom in org.citygml4j.util.walker
 

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