Package net.opengis.gml311
Interface OperationParameterGroupBaseType
- All Superinterfaces:
AbstractGeneralOperationParameterType
,AbstractGMLType
,DefinitionType
,EObject
,Notifier
- All Known Subinterfaces:
OperationParameterGroupType
- All Known Implementing Classes:
OperationParameterGroupBaseTypeImpl
,OperationParameterGroupTypeImpl
A representation of the model object 'Operation Parameter Group Base Type'.
Basic encoding for operation parameter group objects, simplifying and restricting the DefinitionType as needed.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Group Name' containment reference.void
setGroupName
(CodeType value) Sets the value of the 'Group Name
' containment reference.Methods inherited from interface AbstractGeneralOperationParameterType
getMinimumOccurs, setMinimumOccurs
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
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
-
getGroupName
CodeType getGroupName()Returns the value of the 'Group Name' containment reference. The name by which this operation parameter group is identified.- Returns:
- the value of the 'Group Name' containment reference.
- See Also:
-
setGroupName
Sets the value of the 'Group Name
' containment reference.- Parameters:
value
- the new value of the 'Group Name' containment reference.- See Also:
-