Package net.opengis.gml311
Interface ParameterValueGroupType
-
- All Superinterfaces:
AbstractGeneralParameterValueType
,EObject
,Notifier
- All Known Implementing Classes:
ParameterValueGroupTypeImpl
public interface ParameterValueGroupType extends AbstractGeneralParameterValueType
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<AbstractGeneralParameterValueType>
getIncludesValue()
Returns the value of the 'Includes Value' containment reference list.OperationParameterGroupRefType
getValuesOfGroup()
Returns the value of the 'Values Of Group' containment reference.void
setValuesOfGroup(OperationParameterGroupRefType value)
Sets the value of the 'Values Of Group
' containment reference.
-
-
-
Method Detail
-
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:
Gml311Package.getParameterValueGroupType_IncludesValue()
-
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(OperationParameterGroupRefType)
,Gml311Package.getParameterValueGroupType_ValuesOfGroup()
-
setValuesOfGroup
void setValuesOfGroup(OperationParameterGroupRefType value)
Sets the value of the 'Values Of Group
' containment reference.- Parameters:
value
- the new value of the 'Values Of Group' containment reference.- See Also:
getValuesOfGroup()
-
-