Class ManagedFunctionSourcePropertyImpl
java.lang.Object
net.officefloor.compile.spi.managedfunction.source.impl.ManagedFunctionSourcePropertyImpl
- All Implemented Interfaces:
ManagedFunctionSourceProperty
public class ManagedFunctionSourcePropertyImpl
extends Object
implements ManagedFunctionSourceProperty
ManagedFunctionSourceProperty implementation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ManagedFunctionSourcePropertyImpl
Initiate.- Parameters:
name- Name.label- Label. Defaults tonameifnull.
-
-
Method Details
-
getLabel
Description copied from interface:ManagedFunctionSourcePropertyObtains the display name of the property. If this returnsnullthen the return value ofManagedFunctionSourceProperty.getName()is used.- Specified by:
getLabelin interfaceManagedFunctionSourceProperty- Returns:
- Display name of property.
-
getName
Description copied from interface:ManagedFunctionSourcePropertyObtains the name of the property.- Specified by:
getNamein interfaceManagedFunctionSourceProperty- Returns:
- Name of the property.
-