org.prorefactor.treeparser
Class RunHandle

java.lang.Object
  extended by org.prorefactor.treeparser.RunHandle
All Implemented Interfaces:
Value

public class RunHandle
extends java.lang.Object
implements Value

Represents a procedure handle value, used in a run statement of the form: run in .


Constructor Summary
RunHandle()
           
 
Method Summary
 java.lang.Object getValue()
          Get the name of the external procedure associated with the runHandle
 void setValue(java.lang.Object fileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunHandle

public RunHandle()
Method Detail

setValue

public void setValue(java.lang.Object fileName)
Specified by:
setValue in interface Value
Parameters:
string -

getValue

public java.lang.Object getValue()
Get the name of the external procedure associated with the runHandle

Specified by:
getValue in interface Value
Returns:


Copyright © 2008 Joanju Software. All Rights Reserved.