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

Packages that use Code
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.gml.base   
org.citygml4j.impl.gml.basicTypes   
org.citygml4j.impl.gml.feature   
org.citygml4j.impl.gml.valueObjects   
org.citygml4j.model.gml.base   
org.citygml4j.model.gml.feature   
org.citygml4j.model.gml.valueObjects   
org.citygml4j.xml.io.reader   
org.citygml4j.xml.io.writer   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type Code
 CodeType GMLMarshaller.marshalCode(Code src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return Code
 Code GMLUnmarshaller.unmarshalCode(CodeType src)
           
 

Uses of Code in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return Code
 Code GMLFactory.createCode()
           
 

Methods in org.citygml4j.factory with parameters of type Code
 ScalarValue GMLFactory.createScalarValue(Code category)
           
 

Uses of Code in org.citygml4j.impl.gml.base
 

Methods in org.citygml4j.impl.gml.base that return types with arguments of type Code
 java.util.List<Code> AbstractGMLImpl.getName()
           
 

Methods in org.citygml4j.impl.gml.base with parameters of type Code
 void AbstractGMLImpl.addName(Code name)
           
 boolean AbstractGMLImpl.unsetName(Code name)
           
 

Method parameters in org.citygml4j.impl.gml.base with type arguments of type Code
 void AbstractGMLImpl.setName(java.util.List<Code> name)
           
 

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

Classes in org.citygml4j.impl.gml.basicTypes that implement Code
 class CodeImpl
           
 

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

Methods in org.citygml4j.impl.gml.feature that return Code
 Code LocationPropertyImpl.getLocationKeyWord()
           
 

Methods in org.citygml4j.impl.gml.feature with parameters of type Code
 void LocationPropertyImpl.setLocationKeyWord(Code locationKeyWord)
           
 

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

Methods in org.citygml4j.impl.gml.valueObjects that return Code
 Code ScalarValueImpl.getCategory()
           
 

Methods in org.citygml4j.impl.gml.valueObjects with parameters of type Code
 void ScalarValueImpl.setCategory(Code category)
           
 

Constructors in org.citygml4j.impl.gml.valueObjects with parameters of type Code
ScalarValueImpl(Code category)
           
 

Uses of Code in org.citygml4j.model.gml.base
 

Methods in org.citygml4j.model.gml.base that return types with arguments of type Code
 java.util.List<Code> StandardObjectProperties.getName()
           
 

Methods in org.citygml4j.model.gml.base with parameters of type Code
 void StandardObjectProperties.addName(Code name)
           
 boolean StandardObjectProperties.unsetName(Code name)
           
 

Method parameters in org.citygml4j.model.gml.base with type arguments of type Code
 void StandardObjectProperties.setName(java.util.List<Code> name)
           
 

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

Methods in org.citygml4j.model.gml.feature that return Code
 Code LocationProperty.getLocationKeyWord()
           
 

Methods in org.citygml4j.model.gml.feature with parameters of type Code
 void LocationProperty.setLocationKeyWord(Code locationKeyWord)
           
 

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

Methods in org.citygml4j.model.gml.valueObjects that return Code
 Code ScalarValue.getCategory()
           
 

Methods in org.citygml4j.model.gml.valueObjects with parameters of type Code
 void ScalarValue.setCategory(Code category)
           
 

Uses of Code in org.citygml4j.xml.io.reader
 

Methods in org.citygml4j.xml.io.reader that return types with arguments of type Code
 java.util.List<Code> ParentInfo.getName()
           
 

Uses of Code in org.citygml4j.xml.io.writer
 

Methods in org.citygml4j.xml.io.writer that return types with arguments of type Code
 java.util.List<Code> CityModelInfo.getName()
           
 

Methods in org.citygml4j.xml.io.writer with parameters of type Code
 void CityModelInfo.addName(Code name)
           
 boolean CityModelInfo.unsetName(Code name)
           
 

Method parameters in org.citygml4j.xml.io.writer with type arguments of type Code
 void CityModelInfo.setName(java.util.List<Code> name)