com.ibm.etools.systems.subsystems
Interface RemoteSystemEnvVar
- All Known Implementing Classes:
- RemoteSystemEnvVarImpl
- public interface RemoteSystemEnvVar
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 © 2005 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.