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

Packages that use ValueObject
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.model.gml.coverage   
org.citygml4j.model.gml.valueObjects   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type ValueObject
 void GMLMarshaller.marshalValueObject(ValueObject src, RangeParametersType dest)
           
 void GMLMarshaller.marshalValueObject(ValueObject src, ValuePropertyType dest)
           
 

Uses of ValueObject in org.citygml4j.model.gml.coverage
 

Methods in org.citygml4j.model.gml.coverage that return ValueObject
 ValueObject RangeParameters.getValueObject()
           
 

Methods in org.citygml4j.model.gml.coverage that return types with arguments of type ValueObject
 java.lang.Class<ValueObject> RangeParameters.getAssociableClass()
           
 

Methods in org.citygml4j.model.gml.coverage with parameters of type ValueObject
 void RangeParameters.setValueObject(ValueObject valueObject)
           
 

Constructors in org.citygml4j.model.gml.coverage with parameters of type ValueObject
RangeParameters(ValueObject valueObject)
           
 

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

Methods in org.citygml4j.model.gml.valueObjects that return ValueObject
 ValueObject Value.getValueObject()
           
 

Methods in org.citygml4j.model.gml.valueObjects with parameters of type ValueObject
 void Value.setValueObject(ValueObject valueObject)
           
 

Constructors in org.citygml4j.model.gml.valueObjects with parameters of type ValueObject
Value(ValueObject valueObject)