|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.data.transfer.StringPair
public class StringPair
StringPair is a simple helper class to store a pair of strings which is then serialized into an array of string pairs for certain methods.
Field Summary | |
---|---|
java.lang.String |
string1
|
java.lang.String |
string2
|
Constructor Summary | |
---|---|
StringPair()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String string1
public java.lang.String string2
Constructor Detail |
---|
public StringPair()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |