|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.ntnu.cikmr.workflow.Statement
edu.ntnu.cikmr.workflow.SetDefined
public class SetDefined
Title: SetDefined
Description: Sets the value or creates a variable.
Copyright: Copyright (c) 2007
Constructor Summary | |
---|---|
SetDefined()
|
Method Summary | |
---|---|
boolean |
execute()
|
void |
fromXML(org.w3c.dom.Node n)
|
java.lang.String |
getName()
Returns the name of the variable. |
boolean |
getResult()
|
java.lang.String |
getValue()
Returns the value to set. |
void |
setName(java.lang.String name)
Sets the name of the variable to set. |
void |
setValue(java.lang.String value)
Sets the variable value. |
java.lang.String |
toXML()
|
Methods inherited from class edu.ntnu.cikmr.workflow.Statement |
---|
getParent, resolve, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SetDefined()
Method Detail |
---|
public void fromXML(org.w3c.dom.Node n)
public java.lang.String toXML()
public boolean execute()
public boolean getResult()
public java.lang.String getValue()
public java.lang.String getName()
public void setValue(java.lang.String value)
value
- valuepublic void setName(java.lang.String name)
name
- variable name
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |