|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cysols.iodef.IElement
com.cysols.iodef.element.Process
public class Process
This class is value object which represents Process.
| Field Summary |
|---|
| Fields inherited from class com.cysols.iodef.IElement |
|---|
attributeList, elementcreator, elementsMap, myName |
| Method Summary | |
|---|---|
void |
addArgValue(String arg)
Adds the specified arg value. |
void |
addEnvValue(String env)
Adds the specified env value. |
String[] |
getArgValues()
Returns the array of arg value. |
String[] |
getEnvValues()
Returns the array of env value. |
String |
getIdent()
Returns the ident value. |
String |
getNameValue()
Returns the name value from name element. |
void |
setIdent(String value)
Sets the specified ident value. |
void |
setNameValue(String value)
Creates the name element (not Name element) and sets the specified value to it. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setNameValue(String value)
value - - name valuepublic String getNameValue()
public void addArgValue(String arg)
arg - the arg valuepublic String[] getArgValues()
public void addEnvValue(String env)
env - the env valuepublic String[] getEnvValues()
public void setIdent(String value)
value - - ident valuepublic String getIdent()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||