Package net.opengis.ows20
Interface AdditionalParameterType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- AdditionalParameterTypeImpl
 
 public interface AdditionalParameterType extends EObjectA representation of the model object 'Additional Parameter Type'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CodeTypegetName()Returns the value of the 'Name' containment reference.EList<EObject>getValue()Returns the value of the 'Value' containment reference list.voidsetName(CodeType value)Sets the value of the 'Name' containment reference.
 
- 
- 
- 
Method Detail- 
getNameCodeType 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()
 
 - 
setNamevoid setName(CodeType value) Sets the value of the 'Name' containment reference.- Parameters:
- value- the new value of the 'Name' containment reference.
- See Also:
- getName()
 
 - 
getValueEList<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()
 
 
- 
 
-