Package net.opengis.gml311
Interface OperationParameterGroupBaseType
-
- All Superinterfaces:
AbstractGeneralOperationParameterType
,AbstractGMLType
,DefinitionType
,EObject
,Notifier
- All Known Subinterfaces:
OperationParameterGroupType
- All Known Implementing Classes:
OperationParameterGroupBaseTypeImpl
,OperationParameterGroupTypeImpl
public interface OperationParameterGroupBaseType extends AbstractGeneralOperationParameterType
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CodeType
getGroupName()
Returns 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
-
-
-
-
Method Detail
-
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(CodeType)
,Gml311Package.getOperationParameterGroupBaseType_GroupName()
-
setGroupName
void setGroupName(CodeType value)
Sets the value of the 'Group Name
' containment reference.- Parameters:
value
- the new value of the 'Group Name' containment reference.- See Also:
getGroupName()
-
-