Uses of Interface
net.opengis.wfs20.ValueCollectionType
-
Packages that use ValueCollectionType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation -
-
Uses of ValueCollectionType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return ValueCollectionType Modifier and Type Method Description ValueCollectionType
Wfs20Factory. createValueCollectionType()
Returns a new object of class 'Value Collection Type'.ValueCollectionType
AdditionalObjectsType. getValueCollection()
Returns the value of the 'Value Collection' containment reference.ValueCollectionType
AdditionalValuesType. getValueCollection()
Returns the value of the 'Value Collection' containment reference.ValueCollectionType
DocumentRoot. getValueCollection()
Returns the value of the 'Value Collection' containment reference.Methods in net.opengis.wfs20 with parameters of type ValueCollectionType Modifier and Type Method Description void
AdditionalObjectsType. setValueCollection(ValueCollectionType value)
Sets the value of the 'Value Collection
' containment reference.void
AdditionalValuesType. setValueCollection(ValueCollectionType value)
Sets the value of the 'Value Collection
' containment reference.void
DocumentRoot. setValueCollection(ValueCollectionType value)
Sets the value of the 'Value Collection
' containment reference. -
Uses of ValueCollectionType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement ValueCollectionType Modifier and Type Class Description class
ValueCollectionTypeImpl
An implementation of the model object 'Value Collection Type'.Fields in net.opengis.wfs20.impl declared as ValueCollectionType Modifier and Type Field Description protected ValueCollectionType
AdditionalObjectsTypeImpl. valueCollection
The cached value of the 'Value Collection
' containment reference.protected ValueCollectionType
AdditionalValuesTypeImpl. valueCollection
The cached value of the 'Value Collection
' containment reference.Methods in net.opengis.wfs20.impl that return ValueCollectionType Modifier and Type Method Description ValueCollectionType
Wfs20FactoryImpl. createValueCollectionType()
ValueCollectionType
AdditionalObjectsTypeImpl. getValueCollection()
ValueCollectionType
AdditionalValuesTypeImpl. getValueCollection()
ValueCollectionType
DocumentRootImpl. getValueCollection()
Methods in net.opengis.wfs20.impl with parameters of type ValueCollectionType Modifier and Type Method Description NotificationChain
AdditionalObjectsTypeImpl. basicSetValueCollection(ValueCollectionType newValueCollection, NotificationChain msgs)
NotificationChain
AdditionalValuesTypeImpl. basicSetValueCollection(ValueCollectionType newValueCollection, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetValueCollection(ValueCollectionType newValueCollection, NotificationChain msgs)
void
AdditionalObjectsTypeImpl. setValueCollection(ValueCollectionType newValueCollection)
void
AdditionalValuesTypeImpl. setValueCollection(ValueCollectionType newValueCollection)
void
DocumentRootImpl. setValueCollection(ValueCollectionType newValueCollection)
-
Uses of ValueCollectionType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type ValueCollectionType Modifier and Type Method Description T
Wfs20Switch. caseValueCollectionType(ValueCollectionType object)
Returns the result of interpreting the object as an instance of 'Value Collection Type'.boolean
Wfs20Validator. validateValueCollectionType(ValueCollectionType valueCollectionType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of ValueCollectionType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type ValueCollectionType Modifier and Type Method Description boolean
AdditionalObjectsTypeValidator. validateValueCollection(ValueCollectionType value)
boolean
AdditionalValuesTypeValidator. validateValueCollection(ValueCollectionType value)
boolean
DocumentRootValidator. validateValueCollection(ValueCollectionType value)
-