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.fes20Methods in net.opengis.fes20 that return FunctionType Modifier and Type Method Description FunctionTypeFes20Factory. createFunctionType()Returns a new object of class 'Function Type'.FunctionTypeDocumentRoot. getFunction()Returns the value of the 'Function' containment reference.FunctionTypeFilterType. getFunction()Returns the value of the 'Function' containment reference.FunctionTypeUnaryLogicOpType. 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 voidDocumentRoot. 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.implClasses in net.opengis.fes20.impl that implement FunctionType Modifier and Type Class Description classFunctionTypeImplAn implementation of the model object 'Function Type'.Fields in net.opengis.fes20.impl declared as FunctionType Modifier and Type Field Description protected 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 FunctionType Modifier and Type Method Description FunctionTypeFes20FactoryImpl. createFunctionType()FunctionTypeDocumentRootImpl. getFunction()FunctionTypeFilterTypeImpl. getFunction()FunctionTypeUnaryLogicOpTypeImpl. 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 NotificationChainDocumentRootImpl. 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.utilMethods in net.opengis.fes20.util with parameters of type FunctionType Modifier and Type Method Description TFes20Switch. 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)
 
-