Package net.opengis.fes20
Interface AvailableFunctionType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
AvailableFunctionTypeImpl
public interface AvailableFunctionType extends EObject
A representation of the model object 'Available Function Type'.The following features are supported:
- See Also:
Fes20Package.getAvailableFunctionType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArgumentsType
getArguments()
Returns the value of the 'Arguments' containment reference.MetadataType
getMetadata()
Returns the value of the 'Metadata' containment reference.String
getName()
Returns the value of the 'Name' attribute.QName
getReturns()
Returns the value of the 'Returns' attribute.void
setArguments(ArgumentsType value)
Sets the value of the 'Arguments
' containment reference.void
setMetadata(MetadataType value)
Sets the value of the 'Metadata
' containment reference.void
setName(String value)
Sets the value of the 'Name
' attribute.void
setReturns(QName value)
Sets the value of the 'Returns
' attribute.
-
-
-
Method Detail
-
getMetadata
MetadataType 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()
-
setMetadata
void setMetadata(MetadataType value)
Sets the value of the 'Metadata
' containment reference.- Parameters:
value
- the new value of the 'Metadata' containment reference.- See Also:
getMetadata()
-
getReturns
QName 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()
-
setReturns
void setReturns(QName value)
Sets the value of the 'Returns
' attribute.- Parameters:
value
- the new value of the 'Returns' attribute.- See Also:
getReturns()
-
getArguments
ArgumentsType 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()
-
setArguments
void setArguments(ArgumentsType value)
Sets the value of the 'Arguments
' containment reference.- Parameters:
value
- the new value of the 'Arguments' containment reference.- See Also:
getArguments()
-
getName
String 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()
-
-