FreeHEP API
Version v1.2.2

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.


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)

FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.