com.cysols.iodef.element
Class Process

java.lang.Object
  extended by com.cysols.iodef.IElement
      extended by com.cysols.iodef.element.Process

public class Process
extends IElement

This class is value object which represents Process.

Author:
cysol

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 com.cysols.iodef.IElement
addElement, addElementValue, createAttribute, createDomElement, createrElement, getAttribute, getAttributeNames, getAttributes, getAttributeValue, getAttributeValue, getAttributeValueINS, getAttributeValuesINS, getElementList, getElementName, getElements, getElements, getElements, getElementsINS, getElementsValue, getElementValue, getNameSpace, getValue, removeAttribute, removeAttribute, removeElements, setAttribute, setAttribute, setAttribute, setAttributeINS, setElementINS, setElementsINS, setElementValue, setNameSpace, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setNameValue

public void setNameValue(String value)
Creates the name element (not Name element) and sets the specified value to it.

Parameters:
value - - name value

getNameValue

public String getNameValue()
Returns the name value from name element.

Returns:
name value.

addArgValue

public void addArgValue(String arg)
Adds the specified arg value.

Parameters:
arg - the arg value

getArgValues

public String[] getArgValues()
Returns the array of arg value. reutrns null if they doesn't exist.

Returns:
the array of arg value.

addEnvValue

public void addEnvValue(String env)
Adds the specified env value.

Parameters:
env - the env value

getEnvValues

public String[] getEnvValues()
Returns the array of env value. reutrns null if they doesn't exist.

Returns:
the array of env value.

setIdent

public void setIdent(String value)
Sets the specified ident value.

Parameters:
value - - ident value

getIdent

public String getIdent()
Returns the ident value. reutrns null if it doesn't exist.

Returns:
the ident value.