Uses of Interface
net.opengis.wfs20.ValueListType
-
Packages that use ValueListType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation -
-
Uses of ValueListType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return ValueListType Modifier and Type Method Description ValueListType
Wfs20Factory. createValueListType()
Returns a new object of class 'Value List Type'.ValueListType
DocumentRoot. getValueList()
Returns the value of the 'Value List' containment reference.ValueListType
ElementType. getValueList()
Returns the value of the 'Value List' containment reference.Methods in net.opengis.wfs20 with parameters of type ValueListType Modifier and Type Method Description void
DocumentRoot. setValueList(ValueListType value)
Sets the value of the 'Value List
' containment reference.void
ElementType. setValueList(ValueListType value)
Sets the value of the 'Value List
' containment reference. -
Uses of ValueListType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement ValueListType Modifier and Type Class Description class
ValueListTypeImpl
An implementation of the model object 'Value List Type'.Fields in net.opengis.wfs20.impl declared as ValueListType Modifier and Type Field Description protected ValueListType
ElementTypeImpl. valueList
The cached value of the 'Value List
' containment reference.Methods in net.opengis.wfs20.impl that return ValueListType Modifier and Type Method Description ValueListType
Wfs20FactoryImpl. createValueListType()
ValueListType
DocumentRootImpl. getValueList()
ValueListType
ElementTypeImpl. getValueList()
Methods in net.opengis.wfs20.impl with parameters of type ValueListType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetValueList(ValueListType newValueList, NotificationChain msgs)
NotificationChain
ElementTypeImpl. basicSetValueList(ValueListType newValueList, NotificationChain msgs)
void
DocumentRootImpl. setValueList(ValueListType newValueList)
void
ElementTypeImpl. setValueList(ValueListType newValueList)
-
Uses of ValueListType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type ValueListType Modifier and Type Method Description T
Wfs20Switch. caseValueListType(ValueListType object)
Returns the result of interpreting the object as an instance of 'Value List Type'.boolean
Wfs20Validator. validateValueListType(ValueListType valueListType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of ValueListType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type ValueListType Modifier and Type Method Description boolean
DocumentRootValidator. validateValueList(ValueListType value)
boolean
ElementTypeValidator. validateValueList(ValueListType value)
-