org.oddjob.arooa.design
Interface DesignAttributeProperty

All Superinterfaces:
DesignProperty
All Known Implementing Classes:
FileAttribute, ReferenceAttribute, SimpleTextAttribute

public interface DesignAttributeProperty
extends DesignProperty

Represent the design of a property that is configured as an attribute.

Author:
rob

Method Summary
 String attribute()
          Get the attribute text.
 void attribute(String attribute)
          Set the attribute text.
 
Methods inherited from interface org.oddjob.arooa.design.DesignProperty
isPopulated, property, view
 

Method Detail

attribute

String attribute()
Get the attribute text.

Returns:
The attribute text. Can be null.

attribute

void attribute(String attribute)
Set the attribute text.

Parameters:
attribute - The attribute. May be null.