Class GovernanceSourcePropertyImpl
java.lang.Object
net.officefloor.compile.spi.governance.source.impl.GovernanceSourcePropertyImpl
- All Implemented Interfaces:
GovernanceSourceProperty
GovernanceSourceProperty implementation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GovernanceSourcePropertyImpl
Initialise.- Parameters:
name- Name.label- Label.
-
-
Method Details
-
getName
Description copied from interface:GovernanceSourcePropertyObtains name of property.- Specified by:
getNamein interfaceGovernanceSourceProperty- Returns:
- Name of property.
-
getLabel
Description copied from interface:GovernanceSourcePropertyObtains the display name of the property. If this returnsnullthen the return value ofGovernanceSourceProperty.getName()is used.- Specified by:
getLabelin interfaceGovernanceSourceProperty- Returns:
- Display name of property.
-