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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type ValueProperty
 ValuePropertyType GMLMarshaller.marshalValueProperty(ValueProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return ValueProperty
 ValueProperty GMLUnmarshaller.unmarshalValueProperty(ValuePropertyType src)
           
 

Uses of ValueProperty in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return ValueProperty
 ValueProperty GMLFactory.createValueProperty()
           
 ValueProperty GMLFactory.createValueProperty(Value value)
           
 

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

Classes in org.citygml4j.impl.gml.valueObjects that implement ValueProperty
 class ValuePropertyImpl
           
 

Methods in org.citygml4j.impl.gml.valueObjects that return types with arguments of type ValueProperty
 java.util.List<ValueProperty> CompositeValueImpl.getValueComponent()
           
 

Methods in org.citygml4j.impl.gml.valueObjects with parameters of type ValueProperty
 void CompositeValueImpl.addValueComponent(ValueProperty valueComponent)
           
 boolean CompositeValueImpl.unsetValueComponent(ValueProperty valueComponent)
           
 

Method parameters in org.citygml4j.impl.gml.valueObjects with type arguments of type ValueProperty
 void CompositeValueImpl.setValueComponent(java.util.List<ValueProperty> valueComponent)
           
 

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

Methods in org.citygml4j.model.gml.valueObjects that return types with arguments of type ValueProperty
 java.util.List<ValueProperty> CompositeValue.getValueComponent()
           
 

Methods in org.citygml4j.model.gml.valueObjects with parameters of type ValueProperty
 void CompositeValue.addValueComponent(ValueProperty valueComponent)
           
 boolean CompositeValue.unsetValueComponent(ValueProperty valueComponent)
           
 

Method parameters in org.citygml4j.model.gml.valueObjects with type arguments of type ValueProperty
 void CompositeValue.setValueComponent(java.util.List<ValueProperty> valueComponent)