com.ibm.portal.outbound.config
Interface ModifiableNode
- All Superinterfaces:
- Modifiable
- All Known Subinterfaces:
- ModifiableCookieRule, ModifiableOutboundConnectionProfile, ModifiablePolicyMapping, ModifiablePolicyRule, ModifiablePolicyVariable
-
public interface ModifiableNode
- extends Modifiable
An interface for all modifiable outbound connection configuration elements.
- Since:
- 8.5.0
Method Summary
|
void |
setName(java.lang.String value)
Set a new administrative name. |
setName
void setName(java.lang.String value)
- Set a new administrative name. Note that this name must be unique for all siblings.
- Parameters:
- value - The new name. Must not be null.