Interface FunctionObject
-
- All Superinterfaces:
SectionDependencyRequireNode
- All Known Subinterfaces:
FunctionObjectNode
- All Known Implementing Classes:
FunctionObjectNodeImpl
public interface FunctionObject extends SectionDependencyRequireNode
Objectrequired by theSectionFunction.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidflagAsParameter()Flags thisFunctionObjectas a parameter for theManagedFunction.java.lang.StringgetFunctionObjectName()Obtains the name of thisFunctionObject.
-
-
-
Method Detail
-
getFunctionObjectName
java.lang.String getFunctionObjectName()
Obtains the name of thisFunctionObject.- Returns:
- Name of this
FunctionObject.
-
flagAsParameter
void flagAsParameter()
Flags thisFunctionObjectas a parameter for theManagedFunction.
-
-