RSE
Release 3.3

org.eclipse.rse.core.subsystems
Interface IRemoteSystemEnvVar


public interface IRemoteSystemEnvVar


Method Summary
 String getName()
           
 String getValue()
           
 void setName(String value)
           
 void setValue(String value)
           
 

Method Detail

getName

String getName()
Returns:
The value of the Name attribute The name of the environment variable to set at connect time

setName

void setName(String value)
Parameters:
value - The new value of the Name attribute

getValue

String getValue()
Returns:
The value of the Value attribute The value to set this environment variable to at connect time

setValue

void setValue(String value)
Parameters:
value - The new value of the Value attribute

RSE
Release 3.3

Copyright (c) IBM Corporation and others 2000, 2011. All Rights Reserved.