com.ibm.ftt.properties.util
Class SimpleCategory
java.lang.Object
com.ibm.ftt.properties.util.SimpleCategory
public class SimpleCategory
- extends Object
A simple category simply returns the name of the category and the property info
objects corresponding to properties registered with that category. You can use
this class to populate your own category objects in your implementation of a
property set manager.
COPY_RIGHT
public static final String COPY_RIGHT
- See Also:
- Constant Field Values
SimpleCategory
public SimpleCategory(String name,
List<PropertyInfo> infos)
getName
public String getName()
getPropertyInfos
public List<PropertyInfo> getPropertyInfos()
toString
public String toString()
- Overrides:
toString in class Object