net.sf.magicproject.action.context
Class Int

java.lang.Object
  extended by net.sf.magicproject.action.context.Int
All Implemented Interfaces:
ActionContext

public class Int
extends java.lang.Object
implements ActionContext

Since:
0.86
Author:
Fabrice Daugan

Constructor Summary
Int(int value)
          Create a new context with an integer value
 
Method Summary
 int getInt()
          Return the integer value of this context.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Int

public Int(int value)
Create a new context with an integer value

Parameters:
value - the integer value of this context.
Method Detail

getInt

public int getInt()
Return the integer value of this context.

Returns:
the integer value of this context.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2003-2007 Magic-Project. All Rights Reserved.