Package net.opengis.ows20
Interface AdditionalParametersBaseType
-
- All Superinterfaces:
EObject,MetadataType,Notifier
- All Known Subinterfaces:
AdditionalParametersType
- All Known Implementing Classes:
AdditionalParametersBaseTypeImpl,AdditionalParametersTypeImpl
public interface AdditionalParametersBaseType extends MetadataType
A representation of the model object 'Additional Parameters Base Type'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdditionalParameterTypegetAdditionalParameter()Returns the value of the 'Additional Parameter' containment reference.voidsetAdditionalParameter(AdditionalParameterType value)Sets the value of the 'Additional Parameter' containment reference.-
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
-
getAdditionalParameter
AdditionalParameterType getAdditionalParameter()
Returns the value of the 'Additional Parameter' containment reference. One additional metadata parameter.- Returns:
- the value of the 'Additional Parameter' containment reference.
- See Also:
setAdditionalParameter(AdditionalParameterType),Ows20Package.getAdditionalParametersBaseType_AdditionalParameter()
-
setAdditionalParameter
void setAdditionalParameter(AdditionalParameterType value)
Sets the value of the 'Additional Parameter' containment reference.- Parameters:
value- the new value of the 'Additional Parameter' containment reference.- See Also:
getAdditionalParameter()
-
-