Uses of Interface
net.opengis.fes20.ArgumentsType
Packages that use ArgumentsType
-
Uses of ArgumentsType in net.opengis.fes20
Methods in net.opengis.fes20 that return ArgumentsTypeModifier and TypeMethodDescriptionFes20Factory.createArgumentsType()
Returns a new object of class 'Arguments Type'.AvailableFunctionType.getArguments()
Returns the value of the 'Arguments' containment reference.Methods in net.opengis.fes20 with parameters of type ArgumentsTypeModifier and TypeMethodDescriptionvoid
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 ArgumentsTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Arguments Type'.Fields in net.opengis.fes20.impl declared as ArgumentsTypeModifier and TypeFieldDescriptionprotected ArgumentsType
AvailableFunctionTypeImpl.arguments
The cached value of the 'Arguments
' containment reference.Methods in net.opengis.fes20.impl that return ArgumentsTypeModifier and TypeMethodDescriptionFes20FactoryImpl.createArgumentsType()
AvailableFunctionTypeImpl.getArguments()
Methods in net.opengis.fes20.impl with parameters of type ArgumentsTypeModifier and TypeMethodDescriptionNotificationChain
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 ArgumentsTypeModifier and TypeMethodDescriptionFes20Switch.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)