Package net.opengis.wps20
Interface InputDescriptionType
- All Superinterfaces:
BasicIdentificationType,DescriptionType,DescriptionType,EObject,Notifier
- All Known Implementing Classes:
InputDescriptionTypeImpl
A representation of the model object 'Input Description Type'.
Description of an input to a process.
In this use, the DescriptionType shall describe a process input.
The following features are supported:
- See Also:
-
net.opengis.wps.wps20.Wps20Package#getInputDescriptionType()
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Data Description' containment reference.FeatureMapReturns the value of the 'Data Description Group' attribute list.EList<InputDescriptionType>getInput()Returns the value of the 'Input' containment reference list.Returns the value of the 'Max Occurs' attribute.Returns the value of the 'Min Occurs' attribute.booleanReturns whether the value of the 'Max Occurs' attribute is set.booleanReturns whether the value of the 'Min Occurs' attribute is set.voidsetMaxOccurs(Object value) Sets the value of the 'Max Occurs' attribute.voidsetMinOccurs(BigInteger value) Sets the value of the 'Min Occurs' attribute.voidUnsets the value of the 'Max Occurs' attribute.voidUnsets the value of the 'Min Occurs' attribute.Methods inherited from interface BasicIdentificationType
getIdentifier, getMetadata, getMetadataGroup, setIdentifierMethods inherited from interface DescriptionType
getAbstract, getKeywords, getTitleMethods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getDataDescriptionGroup
FeatureMap getDataDescriptionGroup()Returns the value of the 'Data Description Group' attribute list. The list contents are of typeFeatureMap.Entry.- Returns:
- the value of the 'Data Description Group' attribute list.
- See Also:
-
net.opengis.wps.wps20.Wps20Package#getInputDescriptionType_DataDescriptionGroup()
-
getDataDescription
DataDescriptionType getDataDescription()Returns the value of the 'Data Description' containment reference.- Returns:
- the value of the 'Data Description' containment reference.
- See Also:
-
net.opengis.wps.wps20.Wps20Package#getInputDescriptionType_DataDescription()
-
getInput
EList<InputDescriptionType> getInput()Returns the value of the 'Input' containment reference list. The list contents are of typeInputDescriptionType.- Returns:
- the value of the 'Input' containment reference list.
- See Also:
-
net.opengis.wps.wps20.Wps20Package#getInputDescriptionType_Input()
-
getMaxOccurs
Object getMaxOccurs()Returns the value of the 'Max Occurs' attribute. The default value is"1".- Returns:
- the value of the 'Max Occurs' attribute.
- See Also:
-
isSetMaxOccurs()unsetMaxOccurs()setMaxOccurs(Object)net.opengis.wps.wps20.Wps20Package#getInputDescriptionType_MaxOccurs()
-
setMaxOccurs
Sets the value of the 'Max Occurs' attribute.- Parameters:
value- the new value of the 'Max Occurs' attribute.- See Also:
-
unsetMaxOccurs
void unsetMaxOccurs()Unsets the value of the 'Max Occurs' attribute. -
isSetMaxOccurs
boolean isSetMaxOccurs()Returns whether the value of the 'Max Occurs' attribute is set.- Returns:
- whether the value of the 'Max Occurs' attribute is set.
- See Also:
-
getMinOccurs
BigInteger getMinOccurs()Returns the value of the 'Min Occurs' attribute. The default value is"1".- Returns:
- the value of the 'Min Occurs' attribute.
- See Also:
-
isSetMinOccurs()unsetMinOccurs()setMinOccurs(BigInteger)net.opengis.wps.wps20.Wps20Package#getInputDescriptionType_MinOccurs()
-
setMinOccurs
Sets the value of the 'Min Occurs' attribute.- Parameters:
value- the new value of the 'Min Occurs' attribute.- See Also:
-
unsetMinOccurs
void unsetMinOccurs()Unsets the value of the 'Min Occurs' attribute. -
isSetMinOccurs
boolean isSetMinOccurs()Returns whether the value of the 'Min Occurs' attribute is set.- Returns:
- whether the value of the 'Min Occurs' attribute is set.
- See Also:
-