Uses of Interface
net.opengis.wfs20.TupleType
Packages that use TupleType
Package
Description
-
Uses of TupleType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return TupleTypeModifier and TypeMethodDescriptionWfs20Factory.createTupleType()
Returns a new object of class 'Tuple Type'.DocumentRoot.getTuple()
Returns the value of the 'Tuple' containment reference.MemberPropertyType.getTuple()
Returns the value of the 'Tuple' containment reference.Methods in net.opengis.wfs20 with parameters of type TupleType -
Uses of TupleType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement TupleTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Tuple Type'.Methods in net.opengis.wfs20.impl that return TupleTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createTupleType()
DocumentRootImpl.getTuple()
MemberPropertyTypeImpl.getTuple()
Methods in net.opengis.wfs20.impl with parameters of type TupleTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetTuple
(TupleType newTuple, NotificationChain msgs) NotificationChain
MemberPropertyTypeImpl.basicSetTuple
(TupleType newTuple, NotificationChain msgs) void
void
-
Uses of TupleType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type TupleTypeModifier and TypeMethodDescriptionWfs20Switch.caseTupleType
(TupleType object) Returns the result of interpreting the object as an instance of 'Tuple Type'.boolean
Wfs20Validator.validateTupleType
(TupleType tupleType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of TupleType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type TupleTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateTuple
(TupleType value) boolean
MemberPropertyTypeValidator.validateTuple
(TupleType value)