Uses of Interface
net.opengis.fes20.AvailableFunctionType
-
Packages that use AvailableFunctionType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of AvailableFunctionType in net.opengis.fes20
Methods in net.opengis.fes20 that return AvailableFunctionType Modifier and Type Method Description AvailableFunctionType
Fes20Factory. createAvailableFunctionType()
Returns a new object of class 'Available Function Type'.Methods in net.opengis.fes20 that return types with arguments of type AvailableFunctionType Modifier and Type Method Description EList<AvailableFunctionType>
AvailableFunctionsType. getFunction()
Returns the value of the 'Function' containment reference list. -
Uses of AvailableFunctionType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement AvailableFunctionType Modifier and Type Class Description class
AvailableFunctionTypeImpl
An implementation of the model object 'Available Function Type'.Fields in net.opengis.fes20.impl with type parameters of type AvailableFunctionType Modifier and Type Field Description protected EList<AvailableFunctionType>
AvailableFunctionsTypeImpl. function
The cached value of the 'Function
' containment reference list.Methods in net.opengis.fes20.impl that return AvailableFunctionType Modifier and Type Method Description AvailableFunctionType
Fes20FactoryImpl. createAvailableFunctionType()
Methods in net.opengis.fes20.impl that return types with arguments of type AvailableFunctionType Modifier and Type Method Description EList<AvailableFunctionType>
AvailableFunctionsTypeImpl. getFunction()
-
Uses of AvailableFunctionType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type AvailableFunctionType Modifier and Type Method Description T
Fes20Switch. caseAvailableFunctionType(AvailableFunctionType object)
Returns the result of interpreting the object as an instance of 'Available Function Type'.boolean
Fes20Validator. validateAvailableFunctionType(AvailableFunctionType availableFunctionType, DiagnosticChain diagnostics, Map<Object,Object> context)
-