|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wisc.ssec.mcidasv.ParameterSet
public class ParameterSet
An object to handle a saved parameter set.
Field Summary | |
---|---|
static String |
ATTR_CATEGORY
Xml attribute name for the category |
static String |
ATTR_NAME
Xml attribute name for the name |
private List<String> |
categories
The category of the parameter set |
private Element |
element
The XML element |
private String |
name
The name of the parameter set |
private String |
type
The type |
private String |
uniquePrefix
prefix_ |
Constructor Summary | |
---|---|
ParameterSet(String name,
List<String> categories,
String type)
|
|
ParameterSet(String name,
List<String> categories,
String type,
Element element)
|
|
ParameterSet(String name,
String category,
String type)
|
|
ParameterSet(String name,
String category,
String type,
Element element)
|
Method Summary | |
---|---|
List |
getCategories()
Get the Category property. |
String |
getCategorizedName()
Get the name to use with the categories as a prefix |
Element |
getElement()
Get the Element property. |
String |
getLabel()
Full label |
String |
getName()
Get the Name property. |
String |
getType()
Get the Type property. |
void |
setCategories(List value)
Set the Category property. |
void |
setElement(Element value)
Set the Element property. |
void |
setName(String value)
Set the Name property. |
void |
setType(String value)
Set the Type property. |
protected void |
setUniquePrefix(String p)
set the unique prefix |
String |
toString()
Override toString. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String ATTR_NAME
public static final String ATTR_CATEGORY
private String name
private List<String> categories
private String type
private Element element
private String uniquePrefix
Constructor Detail |
---|
public ParameterSet(String name, String category, String type)
public ParameterSet(String name, List<String> categories, String type)
public ParameterSet(String name, String category, String type, Element element)
public ParameterSet(String name, List<String> categories, String type, Element element)
Method Detail |
---|
protected void setUniquePrefix(String p)
p
- prefixpublic String getCategorizedName()
public void setName(String value)
value
- The new value for Namepublic String getName()
public void setCategories(List value)
value
- The new value for Categorypublic List getCategories()
public void setType(String value)
value
- The new value for Typepublic String getType()
public void setElement(Element value)
value
- The new value for Elementpublic Element getElement()
public String getLabel()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |