Uses of Interface
net.opengis.fes20.ArgumentsType
-
Packages that use ArgumentsType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of ArgumentsType in net.opengis.fes20
Methods in net.opengis.fes20 that return ArgumentsType Modifier and Type Method Description ArgumentsType
Fes20Factory. createArgumentsType()
Returns a new object of class 'Arguments Type'.ArgumentsType
AvailableFunctionType. getArguments()
Returns the value of the 'Arguments' containment reference.Methods in net.opengis.fes20 with parameters of type ArgumentsType Modifier and Type Method Description void
AvailableFunctionType. setArguments(ArgumentsType value)
Sets the value of the 'Arguments
' containment reference. -
Uses of ArgumentsType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement ArgumentsType Modifier and Type Class Description class
ArgumentsTypeImpl
An implementation of the model object 'Arguments Type'.Fields in net.opengis.fes20.impl declared as ArgumentsType Modifier and Type Field Description protected ArgumentsType
AvailableFunctionTypeImpl. arguments
The cached value of the 'Arguments
' containment reference.Methods in net.opengis.fes20.impl that return ArgumentsType Modifier and Type Method Description ArgumentsType
Fes20FactoryImpl. createArgumentsType()
ArgumentsType
AvailableFunctionTypeImpl. getArguments()
Methods in net.opengis.fes20.impl with parameters of type ArgumentsType Modifier and Type Method Description NotificationChain
AvailableFunctionTypeImpl. basicSetArguments(ArgumentsType newArguments, NotificationChain msgs)
void
AvailableFunctionTypeImpl. setArguments(ArgumentsType newArguments)
-
Uses of ArgumentsType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type ArgumentsType Modifier and Type Method Description T
Fes20Switch. caseArgumentsType(ArgumentsType object)
Returns the result of interpreting the object as an instance of 'Arguments Type'.boolean
Fes20Validator. validateArgumentsType(ArgumentsType argumentsType, DiagnosticChain diagnostics, Map<Object,Object> context)
-