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

Packages that use BooleanOrNull
org.citygml4j.model.gml.basicTypes   
 

Uses of BooleanOrNull in org.citygml4j.model.gml.basicTypes
 

Methods in org.citygml4j.model.gml.basicTypes that return types with arguments of type BooleanOrNull
 java.util.List<BooleanOrNull> BooleanOrNullList.getBooleanOrNull()
           
 

Methods in org.citygml4j.model.gml.basicTypes with parameters of type BooleanOrNull
 void BooleanOrNullList.addBooleanOrNull(BooleanOrNull booleanOrNull)
           
 boolean BooleanOrNullList.unsetBooleanOrNull(BooleanOrNull booleanOrNull)
           
 

Method parameters in org.citygml4j.model.gml.basicTypes with type arguments of type BooleanOrNull
 void BooleanOrNullList.setBooleanOrNull(java.util.List<BooleanOrNull> booleanOrNull)