Interface FunctionObject
- All Superinterfaces:
SectionDependencyRequireNode
- All Known Subinterfaces:
FunctionObjectNode
- All Known Implementing Classes:
FunctionObjectNodeImpl
Object required by the SectionFunction.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidFlags thisFunctionObjectas a parameter for theManagedFunction.Obtains the name of thisFunctionObject.
-
Method Details
-
getFunctionObjectName
String getFunctionObjectName()Obtains the name of thisFunctionObject.- Returns:
- Name of this
FunctionObject.
-
flagAsParameter
void flagAsParameter()Flags thisFunctionObjectas a parameter for theManagedFunction.
-