Uses of Interface
net.opengis.fes20.FunctionType
Packages that use FunctionType
-
Uses of FunctionType in net.opengis.fes20
Methods in net.opengis.fes20 that return FunctionTypeModifier and TypeMethodDescriptionFes20Factory.createFunctionType()Returns a new object of class 'Function Type'.DocumentRoot.getFunction()Returns the value of the 'Function' containment reference.FilterType.getFunction()Returns the value of the 'Function' containment reference.UnaryLogicOpType.getFunction()Returns the value of the 'Function' containment reference.Methods in net.opengis.fes20 that return types with arguments of type FunctionTypeModifier and TypeMethodDescriptionEList<FunctionType>BinaryLogicOpType.getFunction()Returns the value of the 'Function' containment reference list.Methods in net.opengis.fes20 with parameters of type FunctionTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setFunction(FunctionType value) Sets the value of the 'Function' containment reference.voidFilterType.setFunction(FunctionType value) Sets the value of the 'Function' containment reference.voidUnaryLogicOpType.setFunction(FunctionType value) Sets the value of the 'Function' containment reference. -
Uses of FunctionType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement FunctionTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Function Type'.Fields in net.opengis.fes20.impl declared as FunctionTypeModifier and TypeFieldDescriptionprotected FunctionTypeFilterTypeImpl.functionThe cached value of the 'Function' containment reference.protected FunctionTypeUnaryLogicOpTypeImpl.functionThe cached value of the 'Function' containment reference.Methods in net.opengis.fes20.impl that return FunctionTypeModifier and TypeMethodDescriptionFes20FactoryImpl.createFunctionType()DocumentRootImpl.getFunction()FilterTypeImpl.getFunction()UnaryLogicOpTypeImpl.getFunction()Methods in net.opengis.fes20.impl that return types with arguments of type FunctionTypeMethods in net.opengis.fes20.impl with parameters of type FunctionTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetFunction(FunctionType newFunction, NotificationChain msgs) NotificationChainFilterTypeImpl.basicSetFunction(FunctionType newFunction, NotificationChain msgs) NotificationChainUnaryLogicOpTypeImpl.basicSetFunction(FunctionType newFunction, NotificationChain msgs) voidDocumentRootImpl.setFunction(FunctionType newFunction) voidFilterTypeImpl.setFunction(FunctionType newFunction) voidUnaryLogicOpTypeImpl.setFunction(FunctionType newFunction) -
Uses of FunctionType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type FunctionTypeModifier and TypeMethodDescriptionFes20Switch.caseFunctionType(FunctionType object) Returns the result of interpreting the object as an instance of 'Function Type'.booleanFes20Validator.validateFunctionType(FunctionType functionType, DiagnosticChain diagnostics, Map<Object, Object> context)