|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intel.gpe.clients.api.workflow.Variable
public class Variable
The object representing a variable or its part. The variable consists of parts. Each part may have a value that is an XML Node, the sub-nodes of this node may be referenced with XPath queries.
Constructor Summary | |
---|---|
Variable()
|
|
Variable(java.lang.String name,
java.lang.String part,
java.lang.String query)
Create the Variable object. |
Method Summary | |
---|---|
Variable |
derive(java.lang.String query)
Derive the variable that points to a sub-node of the node referenced by this variable. |
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getName()
Get the name. |
java.lang.String |
getPart()
Get the part. |
java.lang.String |
getQuery()
Get the query. |
int |
hashCode()
|
void |
setName(java.lang.String name)
Set the name. |
void |
setPart(java.lang.String part)
Set the part. |
void |
setQuery(java.lang.String query)
Set the query. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Variable()
public Variable(java.lang.String name, java.lang.String part, java.lang.String query)
name
- the name of the variablepart
- the name of the partquery
- the queryMethod Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the namepublic java.lang.String getPart()
public void setPart(java.lang.String part)
part
- the partpublic java.lang.String getQuery()
public void setQuery(java.lang.String query)
query
- the querypublic Variable derive(java.lang.String query)
query
- the query within this variable valuepublic boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |