Package net.opengis.ows20
Interface AdditionalParametersType
-
- All Superinterfaces:
AdditionalParametersBaseType
,EObject
,MetadataType
,Notifier
- All Known Implementing Classes:
AdditionalParametersTypeImpl
public interface AdditionalParametersType extends AdditionalParametersBaseType
A representation of the model object 'Additional Parameters Type'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<AdditionalParameterType>
getAdditionalParameter1()
Returns the value of the 'Additional Parameter1' containment reference list.-
Methods inherited from interface AdditionalParametersBaseType
getAdditionalParameter, setAdditionalParameter
-
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface MetadataType
getAbout, getAbstractMetaData, getAbstractMetaDataGroup, getActuate, getArcrole, getHref, getRole, getShow, getTitle, getType, isSetActuate, isSetShow, isSetType, setAbout, setActuate, setArcrole, setHref, setRole, setShow, setTitle, setType, unsetActuate, unsetShow, unsetType
-
-
-
-
Method Detail
-
getAdditionalParameter1
EList<AdditionalParameterType> getAdditionalParameter1()
Returns the value of the 'Additional Parameter1' containment reference list. The list contents are of typeAdditionalParameterType
. One additional metadata parameter.- Returns:
- the value of the 'Additional Parameter1' containment reference list.
- See Also:
Ows20Package.getAdditionalParametersType_AdditionalParameter1()
-
-