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 TypeMethodDescriptionint
getValue()
toString()
static IntegerValue
valueOf
(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
-