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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return OperationMethodType
 OperationMethodType ObjectFactory.createOperationMethodType()
          Create an instance of OperationMethodType
 OperationMethodType OperationMethodRefType.getOperationMethod()
          Ruft den Wert der operationMethod-Eigenschaft ab.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type OperationMethodType
 javax.xml.bind.JAXBElement<OperationMethodType> ObjectFactory.createOperationMethod(OperationMethodType value)
          Create an instance of JAXBElement<OperationMethodType>}
 void OperationMethodRefType.setOperationMethod(OperationMethodType value)
          Legt den Wert der operationMethod-Eigenschaft fest.