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

Packages that use IntegerOrNull
org.citygml4j.model.gml.basicTypes   
org.citygml4j.model.gml.valueObjects   
 

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

Methods in org.citygml4j.model.gml.basicTypes that return types with arguments of type IntegerOrNull
 java.util.List<IntegerOrNull> IntegerOrNullList.getIntegerOrNull()
           
 

Methods in org.citygml4j.model.gml.basicTypes with parameters of type IntegerOrNull
 void IntegerOrNullList.addIntegerOrNull(IntegerOrNull integerOrNull)
           
 boolean IntegerOrNullList.unsetIntegerOrNull(IntegerOrNull integerOrNull)
           
 

Method parameters in org.citygml4j.model.gml.basicTypes with type arguments of type IntegerOrNull
 void IntegerOrNullList.setIntegerOrNull(java.util.List<IntegerOrNull> integerOrNull)
           
 

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

Methods in org.citygml4j.model.gml.valueObjects with parameters of type IntegerOrNull
 void CountExtent.addIntegerOrNull(IntegerOrNull integerOrNull)
           
 

Method parameters in org.citygml4j.model.gml.valueObjects with type arguments of type IntegerOrNull
 void CountExtent.setIntegerOrNull(java.util.List<IntegerOrNull> integerOrNull)