Package net.opengis.fes20
Interface AvailableFunctionType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- AvailableFunctionTypeImpl
 
 public interface AvailableFunctionType extends EObjectA representation of the model object 'Available Function Type'.The following features are supported: - See Also:
- Fes20Package.getAvailableFunctionType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ArgumentsTypegetArguments()Returns the value of the 'Arguments' containment reference.MetadataTypegetMetadata()Returns the value of the 'Metadata' containment reference.StringgetName()Returns the value of the 'Name' attribute.QNamegetReturns()Returns the value of the 'Returns' attribute.voidsetArguments(ArgumentsType value)Sets the value of the 'Arguments' containment reference.voidsetMetadata(MetadataType value)Sets the value of the 'Metadata' containment reference.voidsetName(String value)Sets the value of the 'Name' attribute.voidsetReturns(QName value)Sets the value of the 'Returns' attribute.
 
- 
- 
- 
Method Detail- 
getMetadataMetadataType getMetadata() Returns the value of the 'Metadata' containment reference.If the meaning of the 'Metadata' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Metadata' containment reference.
- See Also:
- setMetadata(MetadataType),- Fes20Package.getAvailableFunctionType_Metadata()
 
 - 
setMetadatavoid setMetadata(MetadataType value) Sets the value of the 'Metadata' containment reference.- Parameters:
- value- the new value of the 'Metadata' containment reference.
- See Also:
- getMetadata()
 
 - 
getReturnsQName getReturns() Returns the value of the 'Returns' attribute.If the meaning of the 'Returns' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Returns' attribute.
- See Also:
- setReturns(QName),- Fes20Package.getAvailableFunctionType_Returns()
 
 - 
setReturnsvoid setReturns(QName value) Sets the value of the 'Returns' attribute.- Parameters:
- value- the new value of the 'Returns' attribute.
- See Also:
- getReturns()
 
 - 
getArgumentsArgumentsType getArguments() Returns the value of the 'Arguments' containment reference.If the meaning of the 'Arguments' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Arguments' containment reference.
- See Also:
- setArguments(ArgumentsType),- Fes20Package.getAvailableFunctionType_Arguments()
 
 - 
setArgumentsvoid setArguments(ArgumentsType value) Sets the value of the 'Arguments' containment reference.- Parameters:
- value- the new value of the 'Arguments' containment reference.
- See Also:
- getArguments()
 
 - 
getNameString getName() Returns the value of the 'Name' attribute.If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Name' attribute.
- See Also:
- setName(String),- Fes20Package.getAvailableFunctionType_Name()
 
 
- 
 
-