Package net.opengis.fes20
Interface AvailableFunctionsType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
AvailableFunctionsTypeImpl
public interface AvailableFunctionsType extends EObject
A representation of the model object 'Available Functions Type'.The following features are supported:
- See Also:
Fes20Package.getAvailableFunctionsType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<AvailableFunctionType>
getFunction()
Returns the value of the 'Function' containment reference list.
-
-
-
Method Detail
-
getFunction
EList<AvailableFunctionType> getFunction()
Returns the value of the 'Function' containment reference list. The list contents are of typeAvailableFunctionType
.If the meaning of the 'Function' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Function' containment reference list.
- See Also:
Fes20Package.getAvailableFunctionsType_Function()
-
-