de.unihalle.informatik.MiToBo.core.datatypes.wrapper
Class MTBStringData
java.lang.Object
de.unihalle.informatik.Alida.operator.ALDData
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. |
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 |
MTBStringData
public MTBStringData(String st)
- Construct a new MTBStringData object from the given string.
- Parameters:
st
- string data
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.