|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InputDescriptionType
A representation of the model object 'Input Description Type'. Description of an input to a process. In this use, the DescriptionType shall describe this process input.
The following features are supported:
Wps10Package.getInputDescriptionType()
Method Summary | |
---|---|
SupportedCRSsType |
getBoundingBoxData()
Returns the value of the 'Bounding Box Data' containment reference. |
SupportedComplexDataInputType |
getComplexData()
Returns the value of the 'Complex Data' containment reference. |
LiteralInputType |
getLiteralData()
Returns the value of the 'Literal Data' containment reference. |
java.math.BigInteger |
getMaxOccurs()
Returns the value of the 'Max Occurs' attribute. |
java.math.BigInteger |
getMinOccurs()
Returns the value of the 'Min Occurs' attribute. |
void |
setBoundingBoxData(SupportedCRSsType value)
Sets the value of the ' Bounding Box Data ' containment reference. |
void |
setComplexData(SupportedComplexDataInputType value)
Sets the value of the ' Complex Data ' containment reference. |
void |
setLiteralData(LiteralInputType value)
Sets the value of the ' Literal Data ' containment reference. |
void |
setMaxOccurs(java.math.BigInteger value)
Sets the value of the ' Max Occurs ' attribute. |
void |
setMinOccurs(java.math.BigInteger value)
Sets the value of the ' Min Occurs ' attribute. |
Methods inherited from interface net.opengis.wps10.DescriptionType |
---|
getAbstract, getIdentifier, getMetadata, getTitle, setAbstract, setIdentifier, setTitle |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
SupportedComplexDataInputType getComplexData()
setComplexData(SupportedComplexDataInputType)
,
Wps10Package.getInputDescriptionType_ComplexData()
void setComplexData(SupportedComplexDataInputType value)
Complex Data
' containment reference.
value
- the new value of the 'Complex Data' containment reference.getComplexData()
LiteralInputType getLiteralData()
setLiteralData(LiteralInputType)
,
Wps10Package.getInputDescriptionType_LiteralData()
void setLiteralData(LiteralInputType value)
Literal Data
' containment reference.
value
- the new value of the 'Literal Data' containment reference.getLiteralData()
SupportedCRSsType getBoundingBoxData()
setBoundingBoxData(SupportedCRSsType)
,
Wps10Package.getInputDescriptionType_BoundingBoxData()
void setBoundingBoxData(SupportedCRSsType value)
Bounding Box Data
' containment reference.
value
- the new value of the 'Bounding Box Data' containment reference.getBoundingBoxData()
java.math.BigInteger getMaxOccurs()
setMaxOccurs(BigInteger)
,
Wps10Package.getInputDescriptionType_MaxOccurs()
void setMaxOccurs(java.math.BigInteger value)
Max Occurs
' attribute.
value
- the new value of the 'Max Occurs' attribute.getMaxOccurs()
java.math.BigInteger getMinOccurs()
setMinOccurs(BigInteger)
,
Wps10Package.getInputDescriptionType_MinOccurs()
void setMinOccurs(java.math.BigInteger value)
Min Occurs
' attribute.
value
- the new value of the 'Min Occurs' attribute.getMinOccurs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |