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

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

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)
           
 

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

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

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