Package net.opengis.gml311
Interface ParameterValueGroupType
- All Superinterfaces:
AbstractGeneralParameterValueType
,EObject
,Notifier
- All Known Implementing Classes:
ParameterValueGroupTypeImpl
A representation of the model object 'Parameter Value Group Type'.
A group of related parameter values. The same group can be repeated more than once in a Conversion, Transformation, or higher level parameterValueGroup, if those instances contain different values of one or more parameterValues which suitably distinquish among those groups. This concrete complexType can be used for operation methods without using an Application Schema that defines operation-method-specialized element names and contents, especially for methods with only one instance. This complexType can be used, extended, or restricted for well-known operation methods, especially for methods with many instances.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Includes Value' containment reference list.Returns the value of the 'Values Of Group' containment reference.void
Sets the value of the 'Values Of Group
' containment reference.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getIncludesValue
EList<AbstractGeneralParameterValueType> getIncludesValue()Returns the value of the 'Includes Value' containment reference list. The list contents are of typeAbstractGeneralParameterValueType
. Unordered set of composition associations to the parameter values and groups of values included in this group.- Returns:
- the value of the 'Includes Value' containment reference list.
- See Also:
-
getValuesOfGroup
OperationParameterGroupRefType getValuesOfGroup()Returns the value of the 'Values Of Group' containment reference. Association to the operation parameter group for which this element provides parameter values.- Returns:
- the value of the 'Values Of Group' containment reference.
- See Also:
-
setValuesOfGroup
Sets the value of the 'Values Of Group
' containment reference.- Parameters:
value
- the new value of the 'Values Of Group' containment reference.- See Also:
-