Class OfficeSourcePropertyImpl
- java.lang.Object
-
- net.officefloor.compile.spi.office.source.impl.OfficeSourcePropertyImpl
-
- All Implemented Interfaces:
OfficeSourceProperty
public class OfficeSourcePropertyImpl extends java.lang.Object implements OfficeSourceProperty
OfficeSourcePropertyimplementation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description OfficeSourcePropertyImpl(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:OfficeSourcePropertyObtains the display name of the property. If this returnsnullthen the return value ofOfficeSourceProperty.getName()is used.- Specified by:
getLabelin interfaceOfficeSourceProperty- Returns:
- Display name of property.
-
getName
public java.lang.String getName()
Description copied from interface:OfficeSourcePropertyObtains the name of the property.- Specified by:
getNamein interfaceOfficeSourceProperty- Returns:
- Name of the property.
-
-