Uses of Interface
net.opengis.fes20.ArgumentType
- 
Packages that use ArgumentType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util 
- 
- 
Uses of ArgumentType in net.opengis.fes20Methods in net.opengis.fes20 that return ArgumentType Modifier and Type Method Description ArgumentTypeFes20Factory. createArgumentType()Returns a new object of class 'Argument Type'.Methods in net.opengis.fes20 that return types with arguments of type ArgumentType Modifier and Type Method Description EList<ArgumentType>ArgumentsType. getArgument()Returns the value of the 'Argument' containment reference list.
- 
Uses of ArgumentType in net.opengis.fes20.implClasses in net.opengis.fes20.impl that implement ArgumentType Modifier and Type Class Description classArgumentTypeImplAn implementation of the model object 'Argument Type'.Fields in net.opengis.fes20.impl with type parameters of type ArgumentType Modifier and Type Field Description protected EList<ArgumentType>ArgumentsTypeImpl. argumentThe cached value of the 'Argument' containment reference list.Methods in net.opengis.fes20.impl that return ArgumentType Modifier and Type Method Description ArgumentTypeFes20FactoryImpl. createArgumentType()Methods in net.opengis.fes20.impl that return types with arguments of type ArgumentType Modifier and Type Method Description EList<ArgumentType>ArgumentsTypeImpl. getArgument()
- 
Uses of ArgumentType in net.opengis.fes20.utilMethods in net.opengis.fes20.util with parameters of type ArgumentType Modifier and Type Method Description TFes20Switch. caseArgumentType(ArgumentType object)Returns the result of interpreting the object as an instance of 'Argument Type'.booleanFes20Validator. validateArgumentType(ArgumentType argumentType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-