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 infos)
           
 
Method Summary
 String getName()
           
 List getPropertyInfos()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COPY_RIGHT

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

SimpleCategory

public SimpleCategory(String name,
                      List infos)
Method Detail

getName

public String getName()

getPropertyInfos

public List getPropertyInfos()

toString

public String toString()
Overrides:
toString in class Object