public class IntegerEntity extends BaseEntity
Objects of this class should not be created directly as they are part of the internal logic.
For more information see: 51Degrees pattern data model.
| Modifier and Type | Field and Description |
|---|---|
int |
value
The index of the signature in the list of signatures.
|
dataSet, index| Constructor and Description |
|---|
IntegerEntity(Dataset dataSet,
int offsetOrIndex,
BinaryReader reader)
Constructs a new instance of Integer.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getValue()
The index of the signature in the list of signatures.
|
compareTo, compareTo, getDataSet, getIndex, getIsNumeric, getNumber, readIntegerArraypublic IntegerEntity(Dataset dataSet, int offsetOrIndex, BinaryReader reader)
dataSet - data set whose strings list the string is contained within.offsetOrIndex - The index in the data structure to the integer.reader - Binary reader positioned at the start of the Integer.Copyright © 2015 51Degrees. All rights reserved.