|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.hyades.internal.execution.local.control.Variable
public class Variable
A Variable maps to an instance of a environment variable
| Constructor Summary | |
|---|---|
Variable(java.lang.String name,
java.lang.String value)
Create an environment variable with the specified name value pair. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Retrieve the name of this environment variable. |
java.lang.String |
getValue()
Retrieve the value of this environment variable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Variable(java.lang.String name,
java.lang.String value)
| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getValue()
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||