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 SummaryAll 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 AdditionalParametersBaseTypegetAdditionalParameter, setAdditionalParameter
 - 
Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface MetadataTypegetAbout, 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- 
getAdditionalParameter1EList<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()
 
 
- 
 
-