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.fes20Methods in net.opengis.fes20 that return AvailableFunctionsType Modifier and Type Method Description AvailableFunctionsTypeFes20Factory. createAvailableFunctionsType()Returns a new object of class 'Available Functions Type'.AvailableFunctionsTypeFilterCapabilitiesType. getFunctions()Returns the value of the 'Functions' containment reference.Methods in net.opengis.fes20 with parameters of type AvailableFunctionsType Modifier and Type Method Description voidFilterCapabilitiesType. setFunctions(AvailableFunctionsType value)Sets the value of the 'Functions' containment reference.
- 
Uses of AvailableFunctionsType in net.opengis.fes20.implClasses in net.opengis.fes20.impl that implement AvailableFunctionsType Modifier and Type Class Description classAvailableFunctionsTypeImplAn implementation of the model object 'Available Functions Type'.Fields in net.opengis.fes20.impl declared as AvailableFunctionsType Modifier and Type Field Description protected AvailableFunctionsTypeFilterCapabilitiesTypeImpl. functionsThe cached value of the 'Functions' containment reference.Methods in net.opengis.fes20.impl that return AvailableFunctionsType Modifier and Type Method Description AvailableFunctionsTypeFes20FactoryImpl. createAvailableFunctionsType()AvailableFunctionsTypeFilterCapabilitiesTypeImpl. getFunctions()Methods in net.opengis.fes20.impl with parameters of type AvailableFunctionsType Modifier and Type Method Description NotificationChainFilterCapabilitiesTypeImpl. basicSetFunctions(AvailableFunctionsType newFunctions, NotificationChain msgs)voidFilterCapabilitiesTypeImpl. setFunctions(AvailableFunctionsType newFunctions)
- 
Uses of AvailableFunctionsType in net.opengis.fes20.utilMethods in net.opengis.fes20.util with parameters of type AvailableFunctionsType Modifier and Type Method Description TFes20Switch. caseAvailableFunctionsType(AvailableFunctionsType object)Returns the result of interpreting the object as an instance of 'Available Functions Type'.booleanFes20Validator. validateAvailableFunctionsType(AvailableFunctionsType availableFunctionsType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-