|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.proteios.io.mzdata.UserParam
public class UserParam
This class processes a "userParam" XML block in an mzData file.
Example: XML tag
| Constructor Summary | |
|---|---|
UserParam()
Default constructor. |
|
UserParam(String name,
String value)
Constructor with arguments for all attributes. |
|
| Method Summary | |
|---|---|
String |
getName()
Get the name. |
String |
getValue()
Get the value. |
void |
setName(String name)
Set the name. |
void |
setValue(String value)
Set the value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserParam()
public UserParam(String name,
String value)
| Method Detail |
|---|
public String getName()
public void setName(String name)
name - String the name to set.public String getValue()
public void setValue(String value)
value - String the value to set.
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||