com.moyosoft.connector.ms.excel
Class PrintErrors

java.lang.Object
  |
  +--AbstractType
        |
        +--com.moyosoft.connector.ms.excel.PrintErrors

public class PrintErrors
extends AbstractType

See Also:
Serialized Form

Field Summary
static PrintErrors PRINT_ERRORS_BLANK
           
static PrintErrors PRINT_ERRORS_DASH
           
static PrintErrors PRINT_ERRORS_DISPLAYED
           
static PrintErrors PRINT_ERRORS_NA
           
 
Method Summary
static PrintErrors getById(int pId)
           
 boolean isPrintErrorsBlank()
           
 boolean isPrintErrorsDash()
           
 boolean isPrintErrorsDisplayed()
           
 boolean isPrintErrorsNA()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRINT_ERRORS_DISPLAYED

public static final PrintErrors PRINT_ERRORS_DISPLAYED

PRINT_ERRORS_BLANK

public static final PrintErrors PRINT_ERRORS_BLANK

PRINT_ERRORS_DASH

public static final PrintErrors PRINT_ERRORS_DASH

PRINT_ERRORS_NA

public static final PrintErrors PRINT_ERRORS_NA
Method Detail

getById

public static PrintErrors getById(int pId)

isPrintErrorsDisplayed

public boolean isPrintErrorsDisplayed()

isPrintErrorsBlank

public boolean isPrintErrorsBlank()

isPrintErrorsDash

public boolean isPrintErrorsDash()

isPrintErrorsNA

public boolean isPrintErrorsNA()