| Package | Description |
|---|---|
| at.mukprojects.exclycore.dao | |
| at.mukprojects.exclycore.model |
| Modifier and Type | Method and Description |
|---|---|
ExclyString |
XLSXReader.readStringCellValue(org.apache.poi.ss.usermodel.Cell cell)
Tries to read the value of the given cell.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExclyStringError
This class represents an ExclyStringError data type.
|
| Modifier and Type | Method and Description |
|---|---|
static ExclyString |
ExclyString.append(ExclyString... values)
Appends multiple ExclyString together.
|
| Modifier and Type | Method and Description |
|---|---|
static ExclyString |
ExclyString.append(ExclyString... values)
Appends multiple ExclyString together.
|
int |
ExclyString.compareTo(ExclyString other) |
boolean |
ExclyString.startsWith(ExclyString other)
Checks if the ExclyString starts with a given ExclyString.
|
Copyright © 2016 MuK Projects. All rights reserved.