com.levigo.jadice.printer
Enum PrinterLogMessages

java.lang.Object
  extended by java.lang.Enum<PrinterLogMessages>
      extended by com.levigo.jadice.printer.PrinterLogMessages
All Implemented Interfaces:
MessageID, Serializable, Comparable<PrinterLogMessages>

public enum PrinterLogMessages
extends Enum<PrinterLogMessages>
implements MessageID


Enum Constant Summary
FAILED_TO_COLLECT_PAGE_STATISTICS
           
FAILED_TO_SET_PAGE_SIZE
           
NO_PRINTER_AVAILABLE
           
PAGE_NOT_AVAILABLE
           
PRINTER_NO_DOCUMENT_TO_PRINT
           
PRINTER_NO_PRINT_SERVICE
           
PRINTER_PAGE_FORMAT_VALIDATION_FAILED
           
PRINTER_PRINT_PAGE_RENDER_ERROR
           
PRINTING_NOT_ALLOWED
           
USING_PRINT_FIX_AS_FALLBACK
           
 
Field Summary
static String COMPONENT_ID
           
 
Method Summary
 String getComponentID()
          Return the ID of the component to which this message ID pertains.
static PrinterLogMessages valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PrinterLogMessages[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.levigo.util.log.qualified.MessageID
name
 

Enum Constant Detail

PRINTER_NO_PRINT_SERVICE

public static final PrinterLogMessages PRINTER_NO_PRINT_SERVICE

PRINTER_PRINT_PAGE_RENDER_ERROR

public static final PrinterLogMessages PRINTER_PRINT_PAGE_RENDER_ERROR

PRINTER_NO_DOCUMENT_TO_PRINT

public static final PrinterLogMessages PRINTER_NO_DOCUMENT_TO_PRINT

PRINTER_PAGE_FORMAT_VALIDATION_FAILED

public static final PrinterLogMessages PRINTER_PAGE_FORMAT_VALIDATION_FAILED

NO_PRINTER_AVAILABLE

public static final PrinterLogMessages NO_PRINTER_AVAILABLE

PRINTING_NOT_ALLOWED

public static final PrinterLogMessages PRINTING_NOT_ALLOWED

FAILED_TO_COLLECT_PAGE_STATISTICS

public static final PrinterLogMessages FAILED_TO_COLLECT_PAGE_STATISTICS

USING_PRINT_FIX_AS_FALLBACK

public static final PrinterLogMessages USING_PRINT_FIX_AS_FALLBACK

PAGE_NOT_AVAILABLE

public static final PrinterLogMessages PAGE_NOT_AVAILABLE

FAILED_TO_SET_PAGE_SIZE

public static final PrinterLogMessages FAILED_TO_SET_PAGE_SIZE
Field Detail

COMPONENT_ID

public static final String COMPONENT_ID
Method Detail

values

public static PrinterLogMessages[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (PrinterLogMessages c : PrinterLogMessages.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static PrinterLogMessages valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getComponentID

public String getComponentID()
Description copied from interface: MessageID
Return the ID of the component to which this message ID pertains.

Specified by:
getComponentID in interface MessageID
Returns:


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.