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

Packages that use Value
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.gml.valueObjects   
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.factory
 

Methods in org.citygml4j.factory that return Value
 Value GMLFactory.createValue()
           
 Value GMLFactory.createValue(AbstractGeometry geometry)
           
 Value GMLFactory.createValue(GenericValueObject genericValueObject)
           
 Value GMLFactory.createValue(Null _null)
           
 Value GMLFactory.createValue(ValueObject valueObject)
           
 

Methods in org.citygml4j.factory with parameters of type Value
 CompositeValue GMLFactory.createCompositeValue(Value... values)
           
 ValueArray GMLFactory.createValueArray(Value... values)
           
 ValueArrayProperty GMLFactory.createValueArrayProperty(Value... values)
           
 ValueProperty GMLFactory.createValueProperty(Value value)
           
 

Method parameters in org.citygml4j.factory with type arguments of type Value
 CompositeValue GMLFactory.createCompositeValue(java.util.List<Value> values)
           
 ValueArray GMLFactory.createValueArray(java.util.List<Value> values)
           
 ValueArrayProperty GMLFactory.createValueArrayProperty(java.util.List<Value> values)
           
 

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

Classes in org.citygml4j.impl.gml.valueObjects that implement Value
 class ValueImpl
           
 

Methods in org.citygml4j.impl.gml.valueObjects that return Value
 Value ValuePropertyImpl.getValue()
           
 

Methods in org.citygml4j.impl.gml.valueObjects that return types with arguments of type Value
 java.util.List<Value> ValueArrayPropertyImpl.getValue()
           
 

Methods in org.citygml4j.impl.gml.valueObjects with parameters of type Value
 void ValueArrayPropertyImpl.addValue(Value value)
           
 void ValuePropertyImpl.setValue(Value value)
           
 boolean ValueArrayPropertyImpl.unsetValue(Value value)
           
 

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

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.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)