net.sourceforge.plantuml.project2
Class ValueInt

java.lang.Object
  extended by net.sourceforge.plantuml.project2.ValueInt
All Implemented Interfaces:
Value

public class ValueInt
extends Object
implements Value


Constructor Summary
ValueInt(int value)
           
 
Method Summary
 int getValue()
           
 Value plus(Value other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueInt

public ValueInt(int value)
Method Detail

getValue

public final int getValue()

plus

public Value plus(Value other)


Copyright © 2012. All Rights Reserved.