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.wfs20
Methods in net.opengis.wfs20 that return TupleType Modifier and Type Method Description TupleType
Wfs20Factory. createTupleType()
Returns a new object of class 'Tuple Type'.TupleType
DocumentRoot. getTuple()
Returns the value of the 'Tuple' containment reference.TupleType
MemberPropertyType. getTuple()
Returns the value of the 'Tuple' containment reference.Methods in net.opengis.wfs20 with parameters of type TupleType Modifier and Type Method Description void
DocumentRoot. setTuple(TupleType value)
Sets the value of the 'Tuple
' containment reference.void
MemberPropertyType. setTuple(TupleType value)
Sets the value of the 'Tuple
' containment reference. -
Uses of TupleType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement TupleType Modifier and Type Class Description class
TupleTypeImpl
An implementation of the model object 'Tuple Type'.Methods in net.opengis.wfs20.impl that return TupleType Modifier and Type Method Description TupleType
Wfs20FactoryImpl. createTupleType()
TupleType
DocumentRootImpl. getTuple()
TupleType
MemberPropertyTypeImpl. getTuple()
Methods in net.opengis.wfs20.impl with parameters of type TupleType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTuple(TupleType newTuple, NotificationChain msgs)
NotificationChain
MemberPropertyTypeImpl. basicSetTuple(TupleType newTuple, NotificationChain msgs)
void
DocumentRootImpl. setTuple(TupleType newTuple)
void
MemberPropertyTypeImpl. setTuple(TupleType newTuple)
-
Uses of TupleType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type TupleType Modifier and Type Method Description T
Wfs20Switch. 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 TupleType Modifier and Type Method Description boolean
DocumentRootValidator. validateTuple(TupleType value)
boolean
MemberPropertyTypeValidator. validateTuple(TupleType value)
-