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

Packages that use ValueProperty
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
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.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)