Package net.opengis.gml311
Interface OperationParameterType
- All Superinterfaces:
AbstractGeneralOperationParameterType,AbstractGMLType,DefinitionType,EObject,Notifier,OperationParameterBaseType
- All Known Implementing Classes:
OperationParameterTypeImpl
A representation of the model object 'Operation Parameter Type'.
The definition of a parameter used by an operation method. Most parameter values are numeric, but other types of parameter values are possible. This complexType is expected to be used or extended for all operation methods, without defining operation-method-specialized element names.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionEList<IdentifierType>Returns the value of the 'Parameter ID' containment reference list.Returns the value of the 'Remarks' containment reference.voidsetRemarks(StringOrRefType value) Sets the value of the 'Remarks' containment reference.Methods inherited from interface AbstractGeneralOperationParameterType
getMinimumOccurs, setMinimumOccursMethods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setIdMethods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface OperationParameterBaseType
getParameterName, setParameterName
-
Method Details
-
getParameterID
EList<IdentifierType> getParameterID()Returns the value of the 'Parameter ID' containment reference list. The list contents are of typeIdentifierType. Set of alternative identifications of this operation parameter. The first parameterID, if any, is normally the primary identification code, and any others are aliases.- Returns:
- the value of the 'Parameter ID' containment reference list.
- See Also:
-
getRemarks
StringOrRefType getRemarks()Returns the value of the 'Remarks' containment reference. Comments on or information about this operation parameter, including source information.- Returns:
- the value of the 'Remarks' containment reference.
- See Also:
-
setRemarks
Sets the value of the 'Remarks' containment reference.- Parameters:
value- the new value of the 'Remarks' containment reference.- See Also:
-