| Package | Description |
|---|---|
| at.mukprojects.exclycore.dao | |
| at.mukprojects.exclycore.model |
| Modifier and Type | Method and Description |
|---|---|
ExclyInteger |
XLSXReader.readIntegerCellValue(org.apache.poi.ss.usermodel.Cell cell)
Tries to read the value of the given cell.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExclyIntegerBlank
This class represents an ExclyIntegerBlank data type.
|
class |
ExclyIntegerError
This class represents an ExclyIntegerError data type.
|
| Modifier and Type | Method and Description |
|---|---|
static ExclyInteger |
ExclyInteger.add(ExclyInteger... values)
Adds multiple ExclyInteger together.
|
static ExclyInteger |
ExclyInteger.sub(ExclyInteger... values)
Subtracts multiple ExclyInteger from the first input.
|
| Modifier and Type | Method and Description |
|---|---|
static ExclyInteger |
ExclyInteger.add(ExclyInteger... values)
Adds multiple ExclyInteger together.
|
int |
ExclyInteger.compareTo(ExclyInteger other) |
static ExclyInteger |
ExclyInteger.sub(ExclyInteger... values)
Subtracts multiple ExclyInteger from the first input.
|
Copyright © 2016 MuK Projects. All rights reserved.