RSE
Release 1.0

org.eclipse.rse.core.subsystems
Interface IRemoteSystemEnvVar


public interface IRemoteSystemEnvVar


Field Summary
static String copyright
           
 
Method Summary
 String getAdditionalAttributes()
           
 String getName()
           
 String getValue()
           
 void setAdditionalAttributes(String value)
           
 void setName(String value)
           
 void setValue(String value)
           
 

Field Detail

copyright

public static final String copyright

See Also:
Constant Field Values
Method Detail

getName

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

setName

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

getValue

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

setValue

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

getAdditionalAttributes

public String getAdditionalAttributes()
Returns:
The value of the AdditionalAttributes attribute Additional attributes that may need to be persisted per environment variable.

setAdditionalAttributes

public void setAdditionalAttributes(String value)
Parameters:
value - The new value of the AdditionalAttributes attribute

RSE
Release 1.0

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