Package net.opengis.gml311
Interface OperationParameterType
-
- All Superinterfaces:
AbstractGeneralOperationParameterType
,AbstractGMLType
,DefinitionType
,EObject
,Notifier
,OperationParameterBaseType
- All Known Implementing Classes:
OperationParameterTypeImpl
public interface OperationParameterType extends OperationParameterBaseType
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<IdentifierType>
getParameterID()
Returns the value of the 'Parameter ID' containment reference list.StringOrRefType
getRemarks()
Returns the value of the 'Remarks' containment reference.void
setRemarks(StringOrRefType value)
Sets the value of the 'Remarks
' 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 OperationParameterBaseType
getParameterName, setParameterName
-
-
-
-
Method Detail
-
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:
Gml311Package.getOperationParameterType_ParameterID()
-
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(StringOrRefType)
,Gml311Package.getOperationParameterType_Remarks()
-
setRemarks
void setRemarks(StringOrRefType value)
Sets the value of the 'Remarks
' containment reference.- Parameters:
value
- the new value of the 'Remarks' containment reference.- See Also:
getRemarks()
-
-