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

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

Uses of IntegerOrNull in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return IntegerOrNull
 IntegerOrNull GMLFactory.createIntegerOrNull()
           
 IntegerOrNull GMLFactory.createIntegerOrNull(int _int)
           
 IntegerOrNull GMLFactory.createIntegerOrNull(Null _null)
           
 

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

Classes in org.citygml4j.impl.gml.basicTypes that implement IntegerOrNull
 class IntegerOrNullImpl
           
 

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

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

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

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

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

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

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)