org.pf.bif.text
Interface IMutableStringPair
- All Superinterfaces:
- IStringPair
public interface IMutableStringPair
- extends IStringPair
Specifies additional methods for IStringPair objects that allow to modify
them.
- Version:
- 1.0
- Author:
- M.Duchrow
Method Summary |
void |
setString1(String string)
Sets the first string to the given value. |
void |
setString2(String string)
Sets the second string to the given value. |
setString1
void setString1(String string)
- Sets the first string to the given value.
- Parameters:
string
- The new value (may be null).
setString2
void setString2(String string)
- Sets the second string to the given value.
- Parameters:
string
- The new value (may be null).
Copyright © 2012 Manfred Duchrow Consulting & Software. All Rights Reserved.