Uses of Interface
net.opengis.fes20.AvailableFunctionsType
-
Packages that use AvailableFunctionsType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of AvailableFunctionsType in net.opengis.fes20
Methods in net.opengis.fes20 that return AvailableFunctionsType Modifier and Type Method Description AvailableFunctionsType
Fes20Factory. createAvailableFunctionsType()
Returns a new object of class 'Available Functions Type'.AvailableFunctionsType
FilterCapabilitiesType. getFunctions()
Returns the value of the 'Functions' containment reference.Methods in net.opengis.fes20 with parameters of type AvailableFunctionsType Modifier and Type Method Description void
FilterCapabilitiesType. setFunctions(AvailableFunctionsType value)
Sets the value of the 'Functions
' containment reference. -
Uses of AvailableFunctionsType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement AvailableFunctionsType Modifier and Type Class Description class
AvailableFunctionsTypeImpl
An implementation of the model object 'Available Functions Type'.Fields in net.opengis.fes20.impl declared as AvailableFunctionsType Modifier and Type Field Description protected AvailableFunctionsType
FilterCapabilitiesTypeImpl. functions
The cached value of the 'Functions
' containment reference.Methods in net.opengis.fes20.impl that return AvailableFunctionsType Modifier and Type Method Description AvailableFunctionsType
Fes20FactoryImpl. createAvailableFunctionsType()
AvailableFunctionsType
FilterCapabilitiesTypeImpl. getFunctions()
Methods in net.opengis.fes20.impl with parameters of type AvailableFunctionsType Modifier and Type Method Description NotificationChain
FilterCapabilitiesTypeImpl. basicSetFunctions(AvailableFunctionsType newFunctions, NotificationChain msgs)
void
FilterCapabilitiesTypeImpl. setFunctions(AvailableFunctionsType newFunctions)
-
Uses of AvailableFunctionsType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type AvailableFunctionsType Modifier and Type Method Description T
Fes20Switch. caseAvailableFunctionsType(AvailableFunctionsType object)
Returns the result of interpreting the object as an instance of 'Available Functions Type'.boolean
Fes20Validator. validateAvailableFunctionsType(AvailableFunctionsType availableFunctionsType, DiagnosticChain diagnostics, Map<Object,Object> context)
-