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

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

Uses of NameOrNull in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return NameOrNull
 NameOrNull GMLFactory.createNameOrNull()
           
 NameOrNull GMLFactory.createNameOrNull(Null _null)
           
 NameOrNull GMLFactory.createNameOrNull(java.lang.String name)
           
 

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

Classes in org.citygml4j.impl.gml.basicTypes that implement NameOrNull
 class NameOrNullImpl
           
 

Methods in org.citygml4j.impl.gml.basicTypes that return types with arguments of type NameOrNull
 java.util.List<NameOrNull> CodeOrNullListImpl.getNameOrNull()
           
 

Methods in org.citygml4j.impl.gml.basicTypes with parameters of type NameOrNull
 void CodeOrNullListImpl.addNameOrNull(NameOrNull nameOrNull)
           
 boolean CodeOrNullListImpl.unsetNameOrNull(NameOrNull nameOrNull)
           
 

Method parameters in org.citygml4j.impl.gml.basicTypes with type arguments of type NameOrNull
 void CodeOrNullListImpl.setNameOrNull(java.util.List<NameOrNull> nameOrNull)
           
 

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

Methods in org.citygml4j.impl.gml.valueObjects with parameters of type NameOrNull
 void CategoryExtentImpl.addNameOrNull(NameOrNull nameOrNull)
           
 

Method parameters in org.citygml4j.impl.gml.valueObjects with type arguments of type NameOrNull
 void CategoryExtentImpl.setNameOrNull(java.util.List<NameOrNull> nameOrNull)
           
 

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

Methods in org.citygml4j.model.gml.basicTypes that return types with arguments of type NameOrNull
 java.util.List<NameOrNull> CodeOrNullList.getNameOrNull()
           
 

Methods in org.citygml4j.model.gml.basicTypes with parameters of type NameOrNull
 void CodeOrNullList.addNameOrNull(NameOrNull nameOrNull)
           
 boolean CodeOrNullList.unsetNameOrNull(NameOrNull nameOrNull)
           
 

Method parameters in org.citygml4j.model.gml.basicTypes with type arguments of type NameOrNull
 void CodeOrNullList.setNameOrNull(java.util.List<NameOrNull> nameOrNull)