public class ExclyString extends Object implements ExclyDataType, Comparable<ExclyString>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
error |
ERRORCODE| Constructor and Description |
|---|
ExclyString(String data)
Constructs a new ExclyString.
|
| Modifier and Type | Method and Description |
|---|---|
static ExclyString |
append(ExclyString... values)
Appends multiple ExclyString together.
|
int |
compareTo(ExclyString other) |
boolean |
equals(Object obj) |
String |
getData()
Returns the value.
|
int |
hashCode() |
boolean |
isError()
Checks if the ExclyString has an error.
|
void |
setCell(org.apache.poi.ss.usermodel.Cell cell)
Sets a cell without a given style.
|
void |
setCell(org.apache.poi.ss.usermodel.Cell cell,
org.apache.poi.ss.usermodel.CellStyle cellStyle)
Sets a cell with a given style.
|
boolean |
startsWith(ExclyString other)
Checks if the ExclyString starts with a given ExclyString.
|
String |
toString() |
public ExclyString(String data)
data - The value of the ExclyString.public void setCell(org.apache.poi.ss.usermodel.Cell cell)
ExclyDataTypesetCell in interface ExclyDataTypecell - The cell which should be set.public void setCell(org.apache.poi.ss.usermodel.Cell cell,
org.apache.poi.ss.usermodel.CellStyle cellStyle)
ExclyDataTypesetCell in interface ExclyDataTypecell - The cell which should be set.cellStyle - The cell style which should be set.public String getData()
public boolean isError()
public int compareTo(ExclyString other)
compareTo in interface Comparable<ExclyString>public boolean startsWith(ExclyString other)
other - The ExclyString to check.public static ExclyString append(ExclyString... values)
values - ExclyStrings which should be added.Copyright © 2016 MuK Projects. All rights reserved.