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.wfs20Methods in net.opengis.wfs20 that return ValueCollectionType Modifier and Type Method Description ValueCollectionTypeWfs20Factory. createValueCollectionType()Returns a new object of class 'Value Collection Type'.ValueCollectionTypeAdditionalObjectsType. getValueCollection()Returns the value of the 'Value Collection' containment reference.ValueCollectionTypeAdditionalValuesType. getValueCollection()Returns the value of the 'Value Collection' containment reference.ValueCollectionTypeDocumentRoot. 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 voidAdditionalObjectsType. setValueCollection(ValueCollectionType value)Sets the value of the 'Value Collection' containment reference.voidAdditionalValuesType. setValueCollection(ValueCollectionType value)Sets the value of the 'Value Collection' containment reference.voidDocumentRoot. setValueCollection(ValueCollectionType value)Sets the value of the 'Value Collection' containment reference.
- 
Uses of ValueCollectionType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement ValueCollectionType Modifier and Type Class Description classValueCollectionTypeImplAn implementation of the model object 'Value Collection Type'.Fields in net.opengis.wfs20.impl declared as ValueCollectionType Modifier and Type Field Description protected ValueCollectionTypeAdditionalObjectsTypeImpl. valueCollectionThe cached value of the 'Value Collection' containment reference.protected ValueCollectionTypeAdditionalValuesTypeImpl. valueCollectionThe cached value of the 'Value Collection' containment reference.Methods in net.opengis.wfs20.impl that return ValueCollectionType Modifier and Type Method Description ValueCollectionTypeWfs20FactoryImpl. createValueCollectionType()ValueCollectionTypeAdditionalObjectsTypeImpl. getValueCollection()ValueCollectionTypeAdditionalValuesTypeImpl. getValueCollection()ValueCollectionTypeDocumentRootImpl. getValueCollection()Methods in net.opengis.wfs20.impl with parameters of type ValueCollectionType Modifier and Type Method Description NotificationChainAdditionalObjectsTypeImpl. basicSetValueCollection(ValueCollectionType newValueCollection, NotificationChain msgs)NotificationChainAdditionalValuesTypeImpl. basicSetValueCollection(ValueCollectionType newValueCollection, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetValueCollection(ValueCollectionType newValueCollection, NotificationChain msgs)voidAdditionalObjectsTypeImpl. setValueCollection(ValueCollectionType newValueCollection)voidAdditionalValuesTypeImpl. setValueCollection(ValueCollectionType newValueCollection)voidDocumentRootImpl. setValueCollection(ValueCollectionType newValueCollection)
- 
Uses of ValueCollectionType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type ValueCollectionType Modifier and Type Method Description TWfs20Switch. caseValueCollectionType(ValueCollectionType object)Returns the result of interpreting the object as an instance of 'Value Collection Type'.booleanWfs20Validator. validateValueCollectionType(ValueCollectionType valueCollectionType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of ValueCollectionType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type ValueCollectionType Modifier and Type Method Description booleanAdditionalObjectsTypeValidator. validateValueCollection(ValueCollectionType value)booleanAdditionalValuesTypeValidator. validateValueCollection(ValueCollectionType value)booleanDocumentRootValidator. validateValueCollection(ValueCollectionType value)
 
-