Method Summary |
|
public List | getChildren() Returns a list of
Property objects that are children of
this property group. |
public List | getChildrenHREFs() Returns a list of paths to the virtual files of properties
which are children of this property group. |
public String | getHREF() Returns the full path to the virtual file for this property group. |
public List | getSubGroups() Returns a list of
PropertyGroup objects which are
children of this property group. |
public void | instantiate(Element elValue) Populates this property group from a XML element. |
public void | setChildrenHREFs(List aHREFs) Sets the paths to the virtual files of properties
which are children of this property group. |
public void | setHREF(String sHREF) Sets the full path to the virtual file for this property group. |
public void | setName(String sName) Sets the name of this property group. |