org.pf.bif.text
Interface IMutableStringPair
- All Superinterfaces:
- IStringPair
- All Known Implementing Classes:
- StringPair
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(java.lang.String string)
Sets the first string to the given value. |
void |
setString2(java.lang.String string)
Sets the second string to the given value. |
setString1
void setString1(java.lang.String string)
- Sets the first string to the given value.
- Parameters:
string - The new value (may be null).
setString2
void setString2(java.lang.String string)
- Sets the second string to the given value.
- Parameters:
string - The new value (may be null).