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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return OperationMethodRefType
 OperationMethodRefType ObjectFactory.createOperationMethodRefType()
          Create an instance of OperationMethodRefType
 OperationMethodRefType TransformationType.getUsesMethod()
          Ruft den Wert der usesMethod-Eigenschaft ab.
 OperationMethodRefType ConversionType.getUsesMethod()
          Ruft den Wert der usesMethod-Eigenschaft ab.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type OperationMethodRefType
 javax.xml.bind.JAXBElement<OperationMethodRefType> ObjectFactory.createOperationMethodRef(OperationMethodRefType value)
          Create an instance of JAXBElement<OperationMethodRefType>}
 javax.xml.bind.JAXBElement<OperationMethodRefType> ObjectFactory.createUsesMethod(OperationMethodRefType value)
          Create an instance of JAXBElement<OperationMethodRefType>}
 void TransformationType.setUsesMethod(OperationMethodRefType value)
          Legt den Wert der usesMethod-Eigenschaft fest.
 void ConversionType.setUsesMethod(OperationMethodRefType value)
          Legt den Wert der usesMethod-Eigenschaft fest.