TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.hyades.internal.execution.local.control
Class Variable

java.lang.Object
  extended by org.eclipse.hyades.internal.execution.local.control.Variable

public class Variable
extends java.lang.Object

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

Variable

public Variable(java.lang.String name,
                java.lang.String value)
Create an environment variable with the specified name value pair.

Method Detail

getName

public java.lang.String getName()
Retrieve the name of this environment variable.


getValue

public java.lang.String getValue()
Retrieve the value of this environment variable.


TPTP 4.5.0 Platform Project
Internal API Specification