Class IntegerValue
java.lang.Object
org.eclipse.m2m.atl.debug.core.adwp.Value
org.eclipse.m2m.atl.debug.core.adwp.IntegerValue
The Integer implementation of the debugger value.
-
Method Summary
Modifier and TypeMethodDescriptionintgetValue()toString()static IntegerValuevalueOf(int integerValue) Converts an int into aIntegerValue.
-
Method Details
-
getValue
public int getValue() -
toString
-
valueOf
Converts an int into aIntegerValue.- Parameters:
integerValue- the int- Returns:
- the
IntegerValue
-