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

Packages that use CodeOrNullList
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.gml.basicTypes   
org.citygml4j.impl.gml.valueObjects   
org.citygml4j.model.gml.valueObjects   
 

Uses of CodeOrNullList in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type CodeOrNullList
 CodeOrNullListType GMLMarshaller.marshalCodeOrNullList(CodeOrNullList src)
           
 void GMLMarshaller.marshalCodeOrNullList(CodeOrNullList src, CodeOrNullListType dest)
           
 

Uses of CodeOrNullList in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return CodeOrNullList
 CodeOrNullList GMLUnmarshaller.unmarshalCodeOrNullList(CodeOrNullListType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type CodeOrNullList
 void GMLUnmarshaller.unmarshalCodeOrNullList(CodeOrNullListType src, CodeOrNullList dest)
           
 

Uses of CodeOrNullList in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return CodeOrNullList
 CodeOrNullList GMLFactory.createCodeOrNullList()
           
 

Methods in org.citygml4j.factory with parameters of type CodeOrNullList
 ScalarValueList GMLFactory.createScalarValueList(CodeOrNullList categoryList)
           
 

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

Classes in org.citygml4j.impl.gml.basicTypes that implement CodeOrNullList
 class CodeOrNullListImpl
           
 

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

Classes in org.citygml4j.impl.gml.valueObjects that implement CodeOrNullList
 class CategoryExtentImpl
           
 

Methods in org.citygml4j.impl.gml.valueObjects that return CodeOrNullList
 CodeOrNullList ScalarValueListImpl.getCategoryList()
           
 

Methods in org.citygml4j.impl.gml.valueObjects with parameters of type CodeOrNullList
 void ScalarValueListImpl.setCategoryList(CodeOrNullList categoryList)
           
 

Constructors in org.citygml4j.impl.gml.valueObjects with parameters of type CodeOrNullList
ScalarValueListImpl(CodeOrNullList categoryList)
           
 

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

Subinterfaces of CodeOrNullList in org.citygml4j.model.gml.valueObjects
 interface CategoryExtent
           
 

Methods in org.citygml4j.model.gml.valueObjects that return CodeOrNullList
 CodeOrNullList ScalarValueList.getCategoryList()
           
 

Methods in org.citygml4j.model.gml.valueObjects with parameters of type CodeOrNullList
 void ScalarValueList.setCategoryList(CodeOrNullList categoryList)