com.ibm.ftt.properties
Interface IPropertyInfo

All Known Implementing Classes:
PropertyInfo

public interface IPropertyInfo

A property info object provides information about a property. Currently only the name is provided, but in the future more information might be provided as well (such as whether a property is read only, etc.).


Field Summary
static String COPY_RIGHT
           
 
Method Summary
 String getName()
          Returns the name of the property.
 

Field Detail

COPY_RIGHT

static final String COPY_RIGHT
See Also:
Constant Field Values
Method Detail

getName

String getName()
Returns the name of the property. This name is used in the API to get and set the property value.

Returns:
The name of the property