org.freehep.record.loop.examples
Class EchoStrings.StringsData
java.lang.Object
org.freehep.record.loop.examples.EchoStrings.StringsData
- Enclosing class:
- EchoStrings
public class EchoStrings.StringsData
- extends Object
Class to hold line read in from file.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EchoStrings.StringsData
public EchoStrings.StringsData(String[] strings)
- Create an instance of this class.
getStrings
public String[] getStrings()
- Returns:
- the strings which is in this object.
setStrings
public void setStrings(String[] strings)
- Parameters:
strings
- the strings which is in this object.
Copyright © 2000-2007 FreeHEP. All Rights Reserved.