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 ArgumentsTypeFes20Factory. createArgumentsType()Returns a new object of class 'Arguments Type'.ArgumentsTypeAvailableFunctionType. getArguments()Returns the value of the 'Arguments' containment reference.Methods in net.opengis.fes20 with parameters of type ArgumentsType Modifier and Type Method Description voidAvailableFunctionType. 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 classArgumentsTypeImplAn implementation of the model object 'Arguments Type'.Fields in net.opengis.fes20.impl declared as ArgumentsType Modifier and Type Field Description protected ArgumentsTypeAvailableFunctionTypeImpl. argumentsThe cached value of the 'Arguments' containment reference.Methods in net.opengis.fes20.impl that return ArgumentsType Modifier and Type Method Description ArgumentsTypeFes20FactoryImpl. createArgumentsType()ArgumentsTypeAvailableFunctionTypeImpl. getArguments()Methods in net.opengis.fes20.impl with parameters of type ArgumentsType Modifier and Type Method Description NotificationChainAvailableFunctionTypeImpl. basicSetArguments(ArgumentsType newArguments, NotificationChain msgs)voidAvailableFunctionTypeImpl. 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 TFes20Switch. caseArgumentsType(ArgumentsType object)Returns the result of interpreting the object as an instance of 'Arguments Type'.booleanFes20Validator. validateArgumentsType(ArgumentsType argumentsType, DiagnosticChain diagnostics, Map<Object,Object> context)
-