Package net.opengis.fes20
Interface AvailableFunctionsType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- AvailableFunctionsTypeImpl
 
 public interface AvailableFunctionsType extends EObjectA representation of the model object 'Available Functions Type'.The following features are supported: - See Also:
- Fes20Package.getAvailableFunctionsType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<AvailableFunctionType>getFunction()Returns the value of the 'Function' containment reference list.
 
- 
- 
- 
Method Detail- 
getFunctionEList<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()
 
 
- 
 
-