Package net.opengis.wps20
Interface InputDescriptionType
- 
- All Superinterfaces:
- BasicIdentificationType,- DescriptionType,- DescriptionType,- EObject,- Notifier
 - All Known Implementing Classes:
- InputDescriptionTypeImpl
 
 public interface InputDescriptionType extends DescriptionType 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DataDescriptionTypegetDataDescription()Returns the value of the 'Data Description' containment reference.FeatureMapgetDataDescriptionGroup()Returns the value of the 'Data Description Group' attribute list.EList<InputDescriptionType>getInput()Returns the value of the 'Input' containment reference list.ObjectgetMaxOccurs()Returns the value of the 'Max Occurs' attribute.BigIntegergetMinOccurs()Returns the value of the 'Min Occurs' attribute.booleanisSetMaxOccurs()Returns whether the value of the 'Max Occurs' attribute is set.booleanisSetMinOccurs()Returns 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.voidunsetMaxOccurs()Unsets the value of the 'Max Occurs' attribute.voidunsetMinOccurs()Unsets the value of the 'Min Occurs' attribute.- 
Methods inherited from interface BasicIdentificationTypegetIdentifier, getMetadata, getMetadataGroup, setIdentifier
 - 
Methods inherited from interface DescriptionTypegetAbstract, getKeywords, getTitle
 
- 
 
- 
- 
- 
Method Detail- 
getDataDescriptionGroupFeatureMap 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()
 
 - 
getDataDescriptionDataDescriptionType 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()
 
 - 
getInputEList<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()
 
 - 
getMaxOccursObject 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()
 
 - 
setMaxOccursvoid setMaxOccurs(Object value) Sets the value of the 'Max Occurs' attribute.- Parameters:
- value- the new value of the 'Max Occurs' attribute.
- See Also:
- isSetMaxOccurs(),- unsetMaxOccurs(),- getMaxOccurs()
 
 - 
unsetMaxOccursvoid unsetMaxOccurs() Unsets the value of the 'Max Occurs' attribute.- See Also:
- isSetMaxOccurs(),- getMaxOccurs(),- setMaxOccurs(Object)
 
 - 
isSetMaxOccursboolean 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:
- unsetMaxOccurs(),- getMaxOccurs(),- setMaxOccurs(Object)
 
 - 
getMinOccursBigInteger 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()
 
 - 
setMinOccursvoid setMinOccurs(BigInteger value) Sets the value of the 'Min Occurs' attribute.- Parameters:
- value- the new value of the 'Min Occurs' attribute.
- See Also:
- isSetMinOccurs(),- unsetMinOccurs(),- getMinOccurs()
 
 - 
unsetMinOccursvoid unsetMinOccurs() Unsets the value of the 'Min Occurs' attribute.- See Also:
- isSetMinOccurs(),- getMinOccurs(),- setMinOccurs(BigInteger)
 
 - 
isSetMinOccursboolean 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:
- unsetMinOccurs(),- getMinOccurs(),- setMinOccurs(BigInteger)
 
 
- 
 
-