de.unihalle.informatik.MiToBo.core.datatypes.wrapper
Class MTBStringData

java.lang.Object
  extended by de.unihalle.informatik.Alida.operator.ALDData
      extended by de.unihalle.informatik.MiToBo.core.datatypes.wrapper.MTBStringData

@ALDMetaInfo(export=ALLOWED)
public class MTBStringData
extends de.unihalle.informatik.Alida.operator.ALDData

Class to implement string objects to be used as input or output to MTB operators.

Author:
misiak

Constructor Summary
MTBStringData(String st)
          Construct a new MTBStringData object from the given string.
 
Method Summary
 String getString()
           
 void setString(String st)
          Set the string data of the MTBStringData object.
 
Methods inherited from class de.unihalle.informatik.Alida.operator.ALDData
cloneProperties, getLocation, getProperty, getPropertyKeys, print, setLocation, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MTBStringData

public MTBStringData(String st)
Construct a new MTBStringData object from the given string.

Parameters:
st - string data
Method Detail

getString

public String getString()

setString

public void setString(String st)
Set the string data of the MTBStringData object.

Parameters:
st - string data


Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.