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

Packages that use IntegerOrNullList
org.citygml4j.model.gml.valueObjects   
 

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

Subclasses of IntegerOrNullList in org.citygml4j.model.gml.valueObjects
 class 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)
           
 

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