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

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

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

Methods in org.citygml4j.model.gml.valueObjects that return BooleanOrNullList
 BooleanOrNullList ScalarValueList.getBooleanList()
           
 

Methods in org.citygml4j.model.gml.valueObjects with parameters of type BooleanOrNullList
 void ScalarValueList.setBooleanList(BooleanOrNullList booleanList)
           
 

Constructors in org.citygml4j.model.gml.valueObjects with parameters of type BooleanOrNullList
ScalarValueList(BooleanOrNullList booleanList)