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 TypeMethodDescriptionvoid
DocumentRoot.setFunction
(FunctionType value) Sets the value of the 'Function
' containment reference.void
FilterType.setFunction
(FunctionType value) Sets the value of the 'Function
' containment reference.void
UnaryLogicOpType.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 TypeClassDescriptionclass
An implementation of the model object 'Function Type'.Fields in net.opengis.fes20.impl declared as FunctionTypeModifier and TypeFieldDescriptionprotected FunctionType
FilterTypeImpl.function
The cached value of the 'Function
' containment reference.protected FunctionType
UnaryLogicOpTypeImpl.function
The 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 TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetFunction
(FunctionType newFunction, NotificationChain msgs) NotificationChain
FilterTypeImpl.basicSetFunction
(FunctionType newFunction, NotificationChain msgs) NotificationChain
UnaryLogicOpTypeImpl.basicSetFunction
(FunctionType newFunction, NotificationChain msgs) void
DocumentRootImpl.setFunction
(FunctionType newFunction) void
FilterTypeImpl.setFunction
(FunctionType newFunction) void
UnaryLogicOpTypeImpl.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'.boolean
Fes20Validator.validateFunctionType
(FunctionType functionType, DiagnosticChain diagnostics, Map<Object, Object> context)