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

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

Uses of BooleanOrNullList in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return BooleanOrNullList
 BooleanOrNullList GMLFactory.createBooleanOrNullList()
           
 

Methods in org.citygml4j.factory with parameters of type BooleanOrNullList
 ScalarValueList GMLFactory.createScalarValueList(BooleanOrNullList booleanList)
           
 

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

Classes in org.citygml4j.impl.gml.basicTypes that implement BooleanOrNullList
 class BooleanOrNullListImpl
           
 

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

Methods in org.citygml4j.impl.gml.valueObjects that return BooleanOrNullList
 BooleanOrNullList ScalarValueListImpl.getBooleanList()
           
 

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

Constructors in org.citygml4j.impl.gml.valueObjects with parameters of type BooleanOrNullList
ScalarValueListImpl(BooleanOrNullList booleanList)
           
 

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)