org.freehep.record.loop.examples
Class EchoStrings.StringsData

java.lang.Object
  extended by org.freehep.record.loop.examples.EchoStrings.StringsData
Enclosing class:
EchoStrings

public class EchoStrings.StringsData
extends Object

Class to hold line read in from file.


Constructor Summary
EchoStrings.StringsData(String[] strings)
          Create an instance of this class.
 
Method Summary
 String[] getStrings()
           
 void setStrings(String[] strings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EchoStrings.StringsData

public EchoStrings.StringsData(String[] strings)
Create an instance of this class.

Method Detail

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.