public class ValueInteger extends Value
| Constructor and Description |
|---|
ValueInteger(int i)
Creates an integer value with a value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object pObject) |
ISSUETYPE |
getType() |
int |
getValue() |
int |
hashCode() |
java.lang.String |
toString() |
public ValueInteger(int i)
i - value for an issue.