org.eclipse.rse.core.subsystems
Interface IRemoteSystemEnvVar
- public interface IRemoteSystemEnvVar
copyright
public static final String copyright
-
- See Also:
- Constant Field Values
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
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.