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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<IdentifierType>getParameterID()Returns the value of the 'Parameter ID' containment reference list.StringOrRefTypegetRemarks()Returns the value of the 'Remarks' containment reference.voidsetRemarks(StringOrRefType value)Sets the value of the 'Remarks' containment reference.- 
Methods inherited from interface AbstractGeneralOperationParameterTypegetMinimumOccurs, setMinimumOccurs
 - 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 - 
Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface OperationParameterBaseTypegetParameterName, setParameterName
 
- 
 
- 
- 
- 
Method Detail- 
getParameterIDEList<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()
 
 - 
getRemarksStringOrRefType 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()
 
 - 
setRemarksvoid setRemarks(StringOrRefType value) Sets the value of the 'Remarks' containment reference.- Parameters:
- value- the new value of the 'Remarks' containment reference.
- See Also:
- getRemarks()
 
 
- 
 
-