com.ibm.ftt.properties.util
Class SimpleCategory

java.lang.Object
  extended by 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.


Field Summary
static String COPY_RIGHT
           
 
Constructor Summary
SimpleCategory(String name, List<PropertyInfo> infos)
           
 
Method Summary
 String getName()
           
 List<PropertyInfo> getPropertyInfos()
           
 String toString()
           
 

Field Detail

COPY_RIGHT

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

SimpleCategory

public SimpleCategory(String name,
                      List<PropertyInfo> infos)
Method Detail

getName

public String getName()

getPropertyInfos

public List<PropertyInfo> getPropertyInfos()

toString

public String toString()
Overrides:
toString in class Object