org.eclipse.higgins.keystore.common.utils
Class AllReadedByte

java.lang.Object
  extended byorg.eclipse.higgins.keystore.common.utils.AllReadedByte

public class AllReadedByte
extends Object


Constructor Summary
AllReadedByte()
           
AllReadedByte(int value)
           
 
Method Summary
 int getValue()
           
 void Minus()
           
 void Minus(AllReadedByte value)
           
 void Minus(int value)
           
 void Plus()
           
 void Plus(AllReadedByte value)
           
 void Plus(int value)
           
 void setValue(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllReadedByte

public AllReadedByte()

AllReadedByte

public AllReadedByte(int value)
Method Detail

getValue

public int getValue()

setValue

public void setValue(int value)

Plus

public void Plus()

Plus

public void Plus(int value)

Plus

public void Plus(AllReadedByte value)

Minus

public void Minus()

Minus

public void Minus(int value)

Minus

public void Minus(AllReadedByte value)