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
OfficeSourceProperty
implementation.- 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.String
getLabel()
Obtains the display name of the property.java.lang.String
getName()
Obtains the name of the property.
-
-
-
Method Detail
-
getLabel
public java.lang.String getLabel()
Description copied from interface:OfficeSourceProperty
Obtains the display name of the property. If this returnsnull
then the return value ofOfficeSourceProperty.getName()
is used.- Specified by:
getLabel
in interfaceOfficeSourceProperty
- Returns:
- Display name of property.
-
getName
public java.lang.String getName()
Description copied from interface:OfficeSourceProperty
Obtains the name of the property.- Specified by:
getName
in interfaceOfficeSourceProperty
- Returns:
- Name of the property.
-
-