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

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

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)
           
 

Constructors in org.citygml4j.model.gml.basicTypes with parameters of type Null
BooleanOrNull(Null _null)
           
DoubleOrNull(Null _null)
           
IntegerOrNull(Null _null)
           
NameOrNull(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)
           
 

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