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

java.lang.Object
  extended by de.unihalle.informatik.MiToBo.core.datatypes.wrapper.MTBIntegerData

@ALDMetaInfo(export=ALLOWED)
public class MTBIntegerData
extends Object

an Integer wrapper class to be used as input or output for MTB operators

Author:
glass

Constructor Summary
MTBIntegerData(Integer value)
           
 
Method Summary
 Integer getValue()
           
 void setValue(Integer value)
          sets the value for this object
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MTBIntegerData

public MTBIntegerData(Integer value)
Parameters:
value -
Method Detail

getValue

public Integer getValue()
Returns:
value of this object

setValue

public void setValue(Integer value)
sets the value for this object

Parameters:
value -

toString

public String toString()
Overrides:
toString in class Object


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