Package net.opengis.gml311
Interface OperationParameterBaseType
-
- All Superinterfaces:
AbstractGeneralOperationParameterType
,AbstractGMLType
,DefinitionType
,EObject
,Notifier
- All Known Subinterfaces:
OperationParameterType
- All Known Implementing Classes:
OperationParameterBaseTypeImpl
,OperationParameterTypeImpl
public interface OperationParameterBaseType extends AbstractGeneralOperationParameterType
A representation of the model object 'Operation Parameter Base Type'. Basic encoding for operation parameter 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
getParameterName()
Returns the value of the 'Parameter Name' containment reference.void
setParameterName(CodeType value)
Sets the value of the 'Parameter Name
' containment reference.-
Methods inherited from interface AbstractGeneralOperationParameterType
getMinimumOccurs, setMinimumOccurs
-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
-
-
-
Method Detail
-
getParameterName
CodeType getParameterName()
Returns the value of the 'Parameter Name' containment reference. The name by which this operation parameter is identified.- Returns:
- the value of the 'Parameter Name' containment reference.
- See Also:
setParameterName(CodeType)
,Gml311Package.getOperationParameterBaseType_ParameterName()
-
setParameterName
void setParameterName(CodeType value)
Sets the value of the 'Parameter Name
' containment reference.- Parameters:
value
- the new value of the 'Parameter Name' containment reference.- See Also:
getParameterName()
-
-