public class ExcelBooleanTextImpl extends ExcelAnnotationImpl<ExcelBooleanText>
| Constructor and Description |
|---|
ExcelBooleanTextImpl()
Instantiates a new excel boolean text impl.
|
ExcelBooleanTextImpl(String ifTrue,
String ifFalse)
Instantiates a new excel boolean text impl.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Equals.
|
String |
getIfFalse()
Gets the if false.
|
String |
getIfTrue()
Gets the if true.
|
int |
hashCode()
Hash code.
|
void |
setIfFalse(String ifFalse)
Sets the if false.
|
void |
setIfTrue(String ifTrue)
Sets the if true.
|
clone, getAnnotation, getClassAnnotationpublic ExcelBooleanTextImpl(String ifTrue, String ifFalse)
ifTrue - the if trueifFalse - the if falsepublic ExcelBooleanTextImpl()
public String getIfTrue()
public void setIfTrue(String ifTrue)
ifTrue - the new if truepublic String getIfFalse()
public void setIfFalse(String ifFalse)
ifFalse - the new if falseCopyright © 2022. All rights reserved.