net.officefloor.compile.spi.governance.source
Interface GovernanceSourceProperty

All Known Implementing Classes:
GovernanceSourcePropertyImpl

public interface GovernanceSourceProperty

Individual property of the GovernanceSourceSpecification.

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.