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

Field Summary
 
Fields inherited from interface org.pf.bif.text.IStringPair
EMPTY_ARRAY
 
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.
 
Methods inherited from interface org.pf.bif.text.IStringPair
asArray, asString, getString1, getString2
 

Method Detail

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.