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.fes20
Methods in net.opengis.fes20 that return ArgumentType Modifier and Type Method Description ArgumentType
Fes20Factory. 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.impl
Classes in net.opengis.fes20.impl that implement ArgumentType Modifier and Type Class Description class
ArgumentTypeImpl
An 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. argument
The cached value of the 'Argument
' containment reference list.Methods in net.opengis.fes20.impl that return ArgumentType Modifier and Type Method Description ArgumentType
Fes20FactoryImpl. 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.util
Methods in net.opengis.fes20.util with parameters of type ArgumentType Modifier and Type Method Description T
Fes20Switch. caseArgumentType(ArgumentType object)
Returns the result of interpreting the object as an instance of 'Argument Type'.boolean
Fes20Validator. validateArgumentType(ArgumentType argumentType, DiagnosticChain diagnostics, Map<Object,Object> context)
-