Uses of Interface
net.opengis.wfs20.TupleType
- 
Packages that use TupleType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation 
- 
- 
Uses of TupleType in net.opengis.wfs20Methods in net.opengis.wfs20 that return TupleType Modifier and Type Method Description TupleTypeWfs20Factory. createTupleType()Returns a new object of class 'Tuple Type'.TupleTypeDocumentRoot. getTuple()Returns the value of the 'Tuple' containment reference.TupleTypeMemberPropertyType. getTuple()Returns the value of the 'Tuple' containment reference.Methods in net.opengis.wfs20 with parameters of type TupleType Modifier and Type Method Description voidDocumentRoot. setTuple(TupleType value)Sets the value of the 'Tuple' containment reference.voidMemberPropertyType. setTuple(TupleType value)Sets the value of the 'Tuple' containment reference.
- 
Uses of TupleType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement TupleType Modifier and Type Class Description classTupleTypeImplAn implementation of the model object 'Tuple Type'.Methods in net.opengis.wfs20.impl that return TupleType Modifier and Type Method Description TupleTypeWfs20FactoryImpl. createTupleType()TupleTypeDocumentRootImpl. getTuple()TupleTypeMemberPropertyTypeImpl. getTuple()Methods in net.opengis.wfs20.impl with parameters of type TupleType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTuple(TupleType newTuple, NotificationChain msgs)NotificationChainMemberPropertyTypeImpl. basicSetTuple(TupleType newTuple, NotificationChain msgs)voidDocumentRootImpl. setTuple(TupleType newTuple)voidMemberPropertyTypeImpl. setTuple(TupleType newTuple)
- 
Uses of TupleType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type TupleType Modifier and Type Method Description TWfs20Switch. 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.validationMethods in net.opengis.wfs20.validation with parameters of type TupleType Modifier and Type Method Description booleanDocumentRootValidator. validateTuple(TupleType value)booleanMemberPropertyTypeValidator. validateTuple(TupleType value)
 
-