|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.data.DataGroup
public class DataGroup
A generic base class that represents a source of data.
| Constructor Summary | |
|---|---|
DataGroup()
The bean ctor |
|
DataGroup(DataGroup that)
copy ctor |
|
DataGroup(String groupName)
Create a new DataGroup with the specified name |
|
| Method Summary | |
|---|---|
static DataGroup |
getDataGroup(String groupName)
Get the DataGroup of the specified name |
String |
getDescription()
Get the Description property. |
Element |
getElement(Document doc)
Create an xml element that represents this data group |
static List |
getGroups()
Get the list of DataGroups |
String |
getName()
Get the Name property. |
List |
getParamSets()
Get the parameter set |
static void |
init(XmlResourceCollection xrc)
Initialize from XML. |
static void |
init(XmlResourceCollection xrc,
boolean andClear)
Initialize from XML. |
static List |
readGroups(Element root,
Hashtable groupMap,
boolean merge)
Construct the groups from XML. |
void |
setDescription(String value)
Set the Description property. |
void |
setName(String value)
Set the Name property. |
void |
setParamSets(List l)
Set the list of param sets |
String |
toString()
tostring |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DataGroup()
public DataGroup(String groupName)
groupName - name of grouppublic DataGroup(DataGroup that)
that - that| Method Detail |
|---|
public static DataGroup getDataGroup(String groupName)
groupName - name of group
public static List getGroups()
public void setName(String value)
value - The new value for Namepublic String getName()
public List getParamSets()
public void setParamSets(List l)
l - listpublic static void init(XmlResourceCollection xrc)
xrc - resource collection
public static void init(XmlResourceCollection xrc,
boolean andClear)
xrc - resource collectionandClear - If true then clear any current state and reinitializepublic Element getElement(Document doc)
doc - doc to use
public String toString()
toString in class Object
public static List readGroups(Element root,
Hashtable groupMap,
boolean merge)
root - root XML element.groupMap - groupmerge - Try to merge the new DataGroups into the ones defined in groupMap
public void setDescription(String value)
value - The new value for Descriptionpublic String getDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||