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.).
|
Method Summary |
String |
getName()
Returns the name of the property. |
COPY_RIGHT
static final String COPY_RIGHT
- See Also:
- Constant Field Values
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