net.officefloor.compile.properties
Interface Property

All Known Implementing Classes:
PropertyImpl

public interface Property

Property.

Author:
Daniel Sagenschneider

Method Summary
 String getLabel()
          Obtains the display label for the property.
 String getName()
          Obtains the name of the property.
 String getValue()
          Obtains the value of the property.
 void setValue(String value)
          Changes the value of the property.
 

Method Detail

getLabel

String getLabel()
Obtains the display label for the property.

Returns:
Display label for the property.

getName

String getName()
Obtains the name of the property.

Returns:
Name of the property.

getValue

String getValue()
Obtains the value of the property.

Returns:
Value of the property.

setValue

void setValue(String value)
Changes the value of the property.

Parameters:
value - Value of the property.


Copyright © 2005-2013. All Rights Reserved.