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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return OperationParameterGroupRefType
 OperationParameterGroupRefType ObjectFactory.createOperationParameterGroupRefType()
          Create an instance of OperationParameterGroupRefType
 OperationParameterGroupRefType ParameterValueGroupType.getValuesOfGroup()
          Gets the value of the valuesOfGroup property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type OperationParameterGroupRefType
 javax.xml.bind.JAXBElement<OperationParameterGroupRefType> ObjectFactory.createValuesOfGroup(OperationParameterGroupRefType value)
          Create an instance of JAXBElement<OperationParameterGroupRefType>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type OperationParameterGroupRefType
 javax.xml.bind.JAXBElement<OperationParameterGroupRefType> ObjectFactory.createValuesOfGroup(OperationParameterGroupRefType value)
          Create an instance of JAXBElement<OperationParameterGroupRefType>}
 void ParameterValueGroupType.setValuesOfGroup(OperationParameterGroupRefType value)
          Sets the value of the valuesOfGroup property.