public interface Printable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DATA_BIGGER_THAN_THRESHOLD
"** THE DATA IS TOO BIG TO PRINT **"
|
Modifier and Type | Method and Description |
---|---|
int |
getTabulation() |
int |
getThreshold() |
boolean |
isThresholdEnabled()
If enabled, then the data bigger than the 'threshold' will not be printed out.
|
void |
setTabulation(int tabulation) |
void |
setThreshold(int threshold) |
void |
setThresholdEnabled(boolean thresholdEnabled)
Enable/disable the "threshold ability".
If enabled, then the data bigger than the 'threshold' will not be printed out. |
static final java.lang.String DATA_BIGGER_THAN_THRESHOLD
int getTabulation()
void setTabulation(int tabulation)
tabulation
- int, The number of tabulation to print before the actual message.void setThreshold(int threshold)
threshold
- int, the size of the data too big to print.int getThreshold()
void setThresholdEnabled(boolean thresholdEnabled)
enabled
- boolean, enable or disableboolean isThresholdEnabled()
Copyright © SAS Institute. All Rights Reserved.