Class ManagedFunctionSourcePropertyImpl
- java.lang.Object
-
- net.officefloor.compile.spi.managedfunction.source.impl.ManagedFunctionSourcePropertyImpl
-
- All Implemented Interfaces:
ManagedFunctionSourceProperty
public class ManagedFunctionSourcePropertyImpl extends java.lang.Object implements ManagedFunctionSourceProperty
ManagedFunctionSourcePropertyimplementation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description ManagedFunctionSourcePropertyImpl(java.lang.String name, java.lang.String label)Initiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLabel()Obtains the display name of the property.java.lang.StringgetName()Obtains the name of the property.
-
-
-
Method Detail
-
getLabel
public java.lang.String 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
public java.lang.String getName()
Description copied from interface:ManagedFunctionSourcePropertyObtains the name of the property.- Specified by:
getNamein interfaceManagedFunctionSourceProperty- Returns:
- Name of the property.
-
-