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

Packages that use ParameterValueType
org.citygml4j.jaxb.gml._3_1_1   
 

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type ParameterValueType
 javax.xml.bind.JAXBElement<ParameterValueType> ObjectFactory.createParameterValue(ParameterValueType value)
          Create an instance of JAXBElement<ParameterValueType>}
 javax.xml.bind.JAXBElement<ParameterValueType> ObjectFactory.createUsesValue(ParameterValueType value)
          Create an instance of JAXBElement<ParameterValueType>}
 java.util.List<ParameterValueType> TransformationType.getUsesValue()
          Unordered set of composition associations to the set of parameter values used by this transformation operation.
 java.util.List<ParameterValueType> ConversionType.getUsesValue()
          Unordered list of composition associations to the set of parameter values used by this conversion operation.
 

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

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type ParameterValueType
 void TransformationType.setUsesValue(java.util.List<ParameterValueType> usesValue)
          Unordered set of composition associations to the set of parameter values used by this transformation operation.
 void ConversionType.setUsesValue(java.util.List<ParameterValueType> usesValue)
          Unordered list of composition associations to the set of parameter values used by this conversion operation.