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

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

Uses of BooleanOrNull in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return BooleanOrNull
 BooleanOrNull GMLFactory.createBooleanOrNull()
           
 BooleanOrNull GMLFactory.createBooleanOrNull(boolean _boolean)
           
 BooleanOrNull GMLFactory.createBooleanOrNull(Null _null)
           
 

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

Classes in org.citygml4j.impl.gml.basicTypes that implement BooleanOrNull
 class BooleanOrNullImpl
           
 

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

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

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

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)