com.ibm.ftt.properties.util
Class PropertyInfo
java.lang.Object
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.
|
Method Summary |
String |
getName()
Returns the name of the property. |
COPY_RIGHT
public static final String COPY_RIGHT
- See Also:
- Constant Field Values
PropertyInfo
public PropertyInfo(String name)
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