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.fes20Methods in net.opengis.fes20 that return AvailableFunctionType Modifier and Type Method Description AvailableFunctionTypeFes20Factory. 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.implClasses in net.opengis.fes20.impl that implement AvailableFunctionType Modifier and Type Class Description classAvailableFunctionTypeImplAn 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. functionThe cached value of the 'Function' containment reference list.Methods in net.opengis.fes20.impl that return AvailableFunctionType Modifier and Type Method Description AvailableFunctionTypeFes20FactoryImpl. 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.utilMethods in net.opengis.fes20.util with parameters of type AvailableFunctionType Modifier and Type Method Description TFes20Switch. caseAvailableFunctionType(AvailableFunctionType object)Returns the result of interpreting the object as an instance of 'Available Function Type'.booleanFes20Validator. validateAvailableFunctionType(AvailableFunctionType availableFunctionType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-