FreeHEP API
Version current

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

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

public class EchoStrings.StringsData
extends Object

Class to hold line read in from file.

Source Code:
EchoStrings.StringsData.java

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.

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.