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

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

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

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

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

Methods in org.citygml4j.model.gml.valueObjects that return Value
 Value ValueProperty.getValue()
           
 

Methods in org.citygml4j.model.gml.valueObjects that return types with arguments of type Value
 java.lang.Class<Value> ValueProperty.getAssociableClass()
           
 java.lang.Class<Value> ValueArrayProperty.getAssociableClass()
           
 java.util.List<Value> ValueArrayProperty.getValue()
           
 

Methods in org.citygml4j.model.gml.valueObjects with parameters of type Value
 void ValueArrayProperty.addValue(Value value)
           
 void ValueProperty.setValue(Value value)
           
 boolean ValueArrayProperty.unsetValue(Value value)
           
 

Method parameters in org.citygml4j.model.gml.valueObjects with type arguments of type Value
 void ValueArrayProperty.setValue(java.util.List<Value> value)
           
 

Constructors in org.citygml4j.model.gml.valueObjects with parameters of type Value
CompositeValue(Value... values)
           
ValueArray(Value... values)
           
ValueArrayProperty(Value... value)
           
ValueArrayProperty(Value value)
           
ValueProperty(Value value)
           
 

Constructor parameters in org.citygml4j.model.gml.valueObjects with type arguments of type Value
CompositeValue(java.util.List<Value> values)
           
ValueArray(java.util.List<Value> values)
           
ValueArrayProperty(java.util.List<Value> value)