com.ibm.ftt.properties.util
Class PropertyInfo

java.lang.Object
  extended by com.ibm.ftt.properties.util.PropertyInfo
All Implemented Interfaces:
IPropertyInfo

public class PropertyInfo
extends Object
implements IPropertyInfo

Holds information about a property that was registered using the category extension point.


Field Summary
static String COPY_RIGHT
           
 
Constructor Summary
PropertyInfo(String name)
           
 
Method Summary
 String getName()
          Returns the name of the property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPY_RIGHT

public static final String COPY_RIGHT
See Also:
Constant Field Values
Constructor Detail

PropertyInfo

public PropertyInfo(String name)
Method Detail

getName

public String getName()
Description copied from interface: IPropertyInfo
Returns the name of the property. This name is used in the API to get and set the property value.

Specified by:
getName in interface IPropertyInfo
Returns:
The name of the property