Class AdministrationSourcePropertyImpl
- java.lang.Object
-
- net.officefloor.compile.spi.administration.source.impl.AdministrationSourcePropertyImpl
-
- All Implemented Interfaces:
AdministrationSourceProperty
public class AdministrationSourcePropertyImpl extends java.lang.Object implements AdministrationSourceProperty
AdministrationSourceProperty
implementation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description AdministrationSourcePropertyImpl(java.lang.String name, java.lang.String label)
Initialise.
-
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 name of property.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from interface:AdministrationSourceProperty
Obtains name of property.- Specified by:
getName
in interfaceAdministrationSourceProperty
- Returns:
- Name of property.
-
getLabel
public java.lang.String getLabel()
Description copied from interface:AdministrationSourceProperty
Obtains the display name of the property. If this returnsnull
then the return value ofAdministrationSourceProperty.getName()
is used.- Specified by:
getLabel
in interfaceAdministrationSourceProperty
- Returns:
- Display name of property.
-
-