Uses of Class
org.citygml4j.jaxb.gml._3_1_1.ValueArrayType

Packages that use ValueArrayType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.gml._3_1_1   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return ValueArrayType
 ValueArrayType GMLMarshaller.marshalValueArray(ValueArray src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type ValueArrayType
 ValueArray GMLUnmarshaller.unmarshalValueArray(ValueArrayType src)
           
 

Uses of ValueArrayType in org.citygml4j.jaxb.gml._3_1_1
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return ValueArrayType
 ValueArrayType ObjectFactory.createValueArrayType()
          Create an instance of ValueArrayType
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type ValueArrayType
 javax.xml.bind.JAXBElement<ValueArrayType> ObjectFactory.createValueArray(ValueArrayType value)
          Create an instance of JAXBElement<ValueArrayType>}
 java.util.List<ValueArrayType> RangeSetType.getValueArray()
          each member _Value holds a tuple or "row" from the equivalent table Gets the value of the valueArray property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type ValueArrayType
 javax.xml.bind.JAXBElement<ValueArrayType> ObjectFactory.createValueArray(ValueArrayType value)
          Create an instance of JAXBElement<ValueArrayType>}
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type ValueArrayType
 void RangeSetType.setValueArray(java.util.List<ValueArrayType> valueArray)
          each member _Value holds a tuple or "row" from the equivalent table