Uses of Interface
org.citygml4j.model.gml.valueObjects.CompositeValue

Packages that use CompositeValue
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.gml.valueObjects   
org.citygml4j.model.common.visitor   
org.citygml4j.model.gml.valueObjects   
org.citygml4j.util.walker   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type CompositeValue
 CompositeValueType GMLMarshaller.marshalCompositeValue(CompositeValue src)
           
 void GMLMarshaller.marshalCompositeValue(CompositeValue src, CompositeValueType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return CompositeValue
 CompositeValue GMLUnmarshaller.unmarshalCompositeValue(CompositeValueType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type CompositeValue
 void GMLUnmarshaller.unmarshalCompositeValue(CompositeValueType src, CompositeValue dest)
           
 

Uses of CompositeValue in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return CompositeValue
 CompositeValue GMLFactory.createCompositeValue()
           
 CompositeValue GMLFactory.createCompositeValue(java.util.List<Value> values)
           
 CompositeValue GMLFactory.createCompositeValue(Value... values)
           
 

Methods in org.citygml4j.factory with parameters of type CompositeValue
 ValueObject GMLFactory.createValueObject(CompositeValue compositeValue)
           
 

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

Classes in org.citygml4j.impl.gml.valueObjects that implement CompositeValue
 class CompositeValueImpl
           
 class ValueArrayImpl
           
 

Methods in org.citygml4j.impl.gml.valueObjects that return CompositeValue
 CompositeValue ValueObjectImpl.getCompositeValue()
           
 

Methods in org.citygml4j.impl.gml.valueObjects with parameters of type CompositeValue
 void ValueObjectImpl.setCompositeValue(CompositeValue compositeValue)
           
 

Constructors in org.citygml4j.impl.gml.valueObjects with parameters of type CompositeValue
ValueObjectImpl(CompositeValue compositeValue)
           
 

Uses of CompositeValue in org.citygml4j.model.common.visitor
 

Methods in org.citygml4j.model.common.visitor with parameters of type CompositeValue
 T GMLFunctor.apply(CompositeValue compositeValue)
           
 void GMLVisitor.visit(CompositeValue compositeValue)
           
 

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

Subinterfaces of CompositeValue in org.citygml4j.model.gml.valueObjects
 interface ValueArray
           
 

Methods in org.citygml4j.model.gml.valueObjects that return CompositeValue
 CompositeValue ValueObject.getCompositeValue()
           
 

Methods in org.citygml4j.model.gml.valueObjects with parameters of type CompositeValue
 void ValueObject.setCompositeValue(CompositeValue compositeValue)
           
 

Uses of CompositeValue in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type CompositeValue
 T GMLFunctionWalker.apply(CompositeValue compositeValue)
           
 void GMLWalker.visit(CompositeValue compositeValue)