Uses of Interface
net.opengis.fes20.FunctionType
-
Packages that use FunctionType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of FunctionType in net.opengis.fes20
Methods in net.opengis.fes20 that return FunctionType Modifier and Type Method Description FunctionType
Fes20Factory. createFunctionType()
Returns a new object of class 'Function Type'.FunctionType
DocumentRoot. getFunction()
Returns the value of the 'Function' containment reference.FunctionType
FilterType. getFunction()
Returns the value of the 'Function' containment reference.FunctionType
UnaryLogicOpType. getFunction()
Returns the value of the 'Function' containment reference.Methods in net.opengis.fes20 that return types with arguments of type FunctionType Modifier and Type Method Description EList<FunctionType>
BinaryLogicOpType. getFunction()
Returns the value of the 'Function' containment reference list.Methods in net.opengis.fes20 with parameters of type FunctionType Modifier and Type Method Description void
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 FunctionType Modifier and Type Class Description class
FunctionTypeImpl
An implementation of the model object 'Function Type'.Fields in net.opengis.fes20.impl declared as FunctionType Modifier and Type Field Description protected 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 FunctionType Modifier and Type Method Description FunctionType
Fes20FactoryImpl. createFunctionType()
FunctionType
DocumentRootImpl. getFunction()
FunctionType
FilterTypeImpl. getFunction()
FunctionType
UnaryLogicOpTypeImpl. getFunction()
Methods in net.opengis.fes20.impl that return types with arguments of type FunctionType Modifier and Type Method Description EList<FunctionType>
BinaryLogicOpTypeImpl. getFunction()
Methods in net.opengis.fes20.impl with parameters of type FunctionType Modifier and Type Method Description NotificationChain
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 FunctionType Modifier and Type Method Description T
Fes20Switch. 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)
-