net.officefloor.frame.spi.administration.source
Interface AdministratorSourceProperty

All Known Implementing Classes:
AdministratorSourcePropertyImpl

public interface AdministratorSourceProperty

Individual property of the AdministratorSourceSpecification.

Author:
Daniel Sagenschneider

Method Summary
 String getLabel()
          Obtains the display name of the property.
 String getName()
          Obtains name of property.
 

Method Detail

getName

String getName()
Obtains name of property.

Returns:
Name of property.

getLabel

String getLabel()
Obtains the display name of the property. If this returns null then the return value of getName() is used.

Returns:
Display name of property.


Copyright © 2005-2013. All Rights Reserved.