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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return OperationParameterType
 OperationParameterType ObjectFactory.createOperationParameterType()
          Create an instance of OperationParameterType
 OperationParameterType OperationParameterRefType.getOperationParameter()
          Ruft den Wert der operationParameter-Eigenschaft ab.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type OperationParameterType
 javax.xml.bind.JAXBElement<OperationParameterType> ObjectFactory.createOperationParameter(OperationParameterType value)
          Create an instance of JAXBElement<OperationParameterType>}
 void OperationParameterRefType.setOperationParameter(OperationParameterType value)
          Legt den Wert der operationParameter-Eigenschaft fest.