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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return OperationRefType
 OperationRefType ObjectFactory.createOperationRefType()
          Create an instance of OperationRefType
 OperationRefType PassThroughOperationType.getUsesOperation()
          Ruft den Wert der usesOperation-Eigenschaft ab.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type OperationRefType
 javax.xml.bind.JAXBElement<OperationRefType> ObjectFactory.createOperationRef(OperationRefType value)
          Create an instance of JAXBElement<OperationRefType>}
 javax.xml.bind.JAXBElement<OperationRefType> ObjectFactory.createUsesOperation(OperationRefType value)
          Create an instance of JAXBElement<OperationRefType>}
 void PassThroughOperationType.setUsesOperation(OperationRefType value)
          Legt den Wert der usesOperation-Eigenschaft fest.