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

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

Uses of Null in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return Null
 Null GMLFactory.createNull()
           
 

Methods in org.citygml4j.factory with parameters of type Null
 BooleanOrNull GMLFactory.createBooleanOrNull(Null _null)
           
 DoubleOrNull GMLFactory.createDoubleOrNull(Null _null)
           
 IntegerOrNull GMLFactory.createIntegerOrNull(Null _null)
           
 NameOrNull GMLFactory.createNameOrNull(Null _null)
           
 Value GMLFactory.createValue(Null _null)
           
 

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

Classes in org.citygml4j.impl.gml.basicTypes that implement Null
 class NullImpl
           
 

Methods in org.citygml4j.impl.gml.basicTypes that return Null
 Null NameOrNullImpl.getNull()
           
 Null IntegerOrNullImpl.getNull()
           
 Null DoubleOrNullImpl.getNull()
           
 Null BooleanOrNullImpl.getNull()
           
 

Methods in org.citygml4j.impl.gml.basicTypes with parameters of type Null
 void NameOrNullImpl.setNull(Null _null)
           
 void IntegerOrNullImpl.setNull(Null _null)
           
 void DoubleOrNullImpl.setNull(Null _null)
           
 void BooleanOrNullImpl.setNull(Null _null)
           
 

Constructors in org.citygml4j.impl.gml.basicTypes with parameters of type Null
BooleanOrNullImpl(Null _null)
           
DoubleOrNullImpl(Null _null)
           
IntegerOrNullImpl(Null _null)
           
NameOrNullImpl(Null _null)
           
 

Uses of Null in org.citygml4j.impl.gml.feature
 

Methods in org.citygml4j.impl.gml.feature that return Null
 Null LocationPropertyImpl.getNull()
           
 Null BoundingShapeImpl.getNull()
           
 

Methods in org.citygml4j.impl.gml.feature with parameters of type Null
 void LocationPropertyImpl.setNull(Null _null)
           
 void BoundingShapeImpl.setNull(Null _null)
           
 

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

Methods in org.citygml4j.impl.gml.valueObjects that return Null
 Null ValueImpl.getNull()
           
 

Methods in org.citygml4j.impl.gml.valueObjects with parameters of type Null
 void ValueImpl.setNull(Null _null)
           
 

Constructors in org.citygml4j.impl.gml.valueObjects with parameters of type Null
ValueImpl(Null _null)
           
 

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

Methods in org.citygml4j.model.gml.basicTypes that return Null
 Null NameOrNull.getNull()
           
 Null IntegerOrNull.getNull()
           
 Null DoubleOrNull.getNull()
           
 Null BooleanOrNull.getNull()
           
 

Methods in org.citygml4j.model.gml.basicTypes with parameters of type Null
 void NameOrNull.setNull(Null _null)
           
 void IntegerOrNull.setNull(Null _null)
           
 void DoubleOrNull.setNull(Null _null)
           
 void BooleanOrNull.setNull(Null _null)
           
 

Uses of Null in org.citygml4j.model.gml.feature
 

Methods in org.citygml4j.model.gml.feature that return Null
 Null LocationProperty.getNull()
           
 Null BoundingShape.getNull()
           
 

Methods in org.citygml4j.model.gml.feature with parameters of type Null
 void LocationProperty.setNull(Null _null)
           
 void BoundingShape.setNull(Null _null)
           
 

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

Methods in org.citygml4j.model.gml.valueObjects that return Null
 Null Value.getNull()
           
 

Methods in org.citygml4j.model.gml.valueObjects with parameters of type Null
 void Value.setNull(Null _null)