Package net.opengis.gml311
Interface OperationParameterBaseType
- All Superinterfaces:
- AbstractGeneralOperationParameterType,- AbstractGMLType,- DefinitionType,- EObject,- Notifier
- All Known Subinterfaces:
- OperationParameterType
- All Known Implementing Classes:
- OperationParameterBaseTypeImpl,- OperationParameterTypeImpl
 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 SummaryModifier and TypeMethodDescriptionReturns the value of the 'Parameter Name' containment reference.voidsetParameterName(CodeType value) Sets the value of the 'Parameter Name' containment reference.Methods inherited from interface AbstractGeneralOperationParameterTypegetMinimumOccurs, setMinimumOccursMethods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setIdMethods 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- 
getParameterNameCodeType 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:
 
- 
setParameterNameSets the value of the 'Parameter Name' containment reference.- Parameters:
- value- the new value of the 'Parameter Name' containment reference.
- See Also:
 
 
-