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 SummaryModifier and TypeMethodDescriptionReturns the value of the 'Includes Value' containment reference list.Returns the value of the 'Values Of Group' containment reference.voidSets the value of the 'Values Of Group' containment reference.Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getIncludesValueEList<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:
 
- 
getValuesOfGroupOperationParameterGroupRefType 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:
 
- 
setValuesOfGroupSets the value of the 'Values Of Group' containment reference.- Parameters:
- value- the new value of the 'Values Of Group' containment reference.
- See Also:
 
 
-