pawn.application.discover
Class myInt

java.lang.Object
  |
  +--pawn.application.discover.myInt

public class myInt
extends java.lang.Object


Constructor Summary
myInt(int myValue)
           
myInt(int myValue, pawn.application.discover.Status stat)
           
 
Method Summary
 pawn.application.discover.Status getStatus()
           
 void increment()
           
 int intValue()
           
 void setStatus(pawn.application.discover.Status newStatus)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

myInt

public myInt(int myValue)

myInt

public myInt(int myValue,
             pawn.application.discover.Status stat)
Method Detail

increment

public void increment()

intValue

public int intValue()

setStatus

public void setStatus(pawn.application.discover.Status newStatus)

getStatus

public pawn.application.discover.Status getStatus()