Package net.opengis.ows20
Interface AdditionalParameterType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
AdditionalParameterTypeImpl
public interface AdditionalParameterType extends EObject
A representation of the model object 'Additional Parameter Type'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CodeType
getName()
Returns the value of the 'Name' containment reference.EList<EObject>
getValue()
Returns the value of the 'Value' containment reference list.void
setName(CodeType value)
Sets the value of the 'Name
' containment reference.
-
-
-
Method Detail
-
getName
CodeType getName()
Returns the value of the 'Name' containment reference. Name or identifier of this AdditionalParameter, unique for this OGC Web Service.- Returns:
- the value of the 'Name' containment reference.
- See Also:
setName(CodeType)
,Ows20Package.getAdditionalParameterType_Name()
-
setName
void setName(CodeType value)
Sets the value of the 'Name
' containment reference.- Parameters:
value
- the new value of the 'Name' containment reference.- See Also:
getName()
-
getValue
EList<EObject> getValue()
Returns the value of the 'Value' containment reference list. The list contents are of typeEObject
. Unordered list of one or more values of this AdditionalParameter.- Returns:
- the value of the 'Value' containment reference list.
- See Also:
Ows20Package.getAdditionalParameterType_Value()
-
-