Uses of Interface
org.citygml4j.model.gml.basicTypes.IntegerOrNullList

Packages that use IntegerOrNullList
org.citygml4j.factory   
org.citygml4j.impl.gml.basicTypes   
org.citygml4j.impl.gml.valueObjects   
org.citygml4j.model.gml.valueObjects   
 

Uses of IntegerOrNullList in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return IntegerOrNullList
 IntegerOrNullList GMLFactory.createIntegerOrNullList()
           
 

Methods in org.citygml4j.factory with parameters of type IntegerOrNullList
 ScalarValueList GMLFactory.createScalarValueList(IntegerOrNullList countList)
           
 

Uses of IntegerOrNullList in org.citygml4j.impl.gml.basicTypes
 

Classes in org.citygml4j.impl.gml.basicTypes that implement IntegerOrNullList
 class IntegerOrNullListImpl
           
 

Uses of IntegerOrNullList in org.citygml4j.impl.gml.valueObjects
 

Classes in org.citygml4j.impl.gml.valueObjects that implement IntegerOrNullList
 class CountExtentImpl
           
 

Methods in org.citygml4j.impl.gml.valueObjects that return IntegerOrNullList
 IntegerOrNullList ScalarValueListImpl.getCountList()
           
 

Methods in org.citygml4j.impl.gml.valueObjects with parameters of type IntegerOrNullList
 void ScalarValueListImpl.setCountList(IntegerOrNullList countList)
           
 

Constructors in org.citygml4j.impl.gml.valueObjects with parameters of type IntegerOrNullList
ScalarValueListImpl(IntegerOrNullList countList)
           
 

Uses of IntegerOrNullList in org.citygml4j.model.gml.valueObjects
 

Subinterfaces of IntegerOrNullList in org.citygml4j.model.gml.valueObjects
 interface CountExtent
           
 

Methods in org.citygml4j.model.gml.valueObjects that return IntegerOrNullList
 IntegerOrNullList ScalarValueList.getCountList()
           
 

Methods in org.citygml4j.model.gml.valueObjects with parameters of type IntegerOrNullList
 void ScalarValueList.setCountList(IntegerOrNullList countList)