Modifier and Type | Field and Description |
---|---|
protected static byte |
LATIN1_ZERO |
Constructor and Description |
---|
IntegerField() |
Modifier and Type | Method and Description |
---|---|
int |
getValue()
Gets the value of this integer field as a Java 32-bit signed integer.
|
void |
setValue(int v)
Sets the value of this integer field using the specified Java 32-bit signed integer.
|
protected static final byte LATIN1_ZERO
public int getValue()
public void setValue(int v)
v
- The int to use as the value.