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 TypeClassDescriptionclassAn 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetTuple(TupleType newTuple, NotificationChain msgs) NotificationChainMemberPropertyTypeImpl.basicSetTuple(TupleType newTuple, NotificationChain msgs) voidvoid -
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'.booleanWfs20Validator.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 TypeMethodDescriptionbooleanDocumentRootValidator.validateTuple(TupleType value) booleanMemberPropertyTypeValidator.validateTuple(TupleType value)