Package com.openhtmltopdf.util
Enum LogMessageId.LogMessageId4Param
- java.lang.Object
-
- java.lang.Enum<LogMessageId.LogMessageId4Param>
-
- com.openhtmltopdf.util.LogMessageId.LogMessageId4Param
-
- All Implemented Interfaces:
LogMessageId,Serializable,Comparable<LogMessageId.LogMessageId4Param>
- Enclosing interface:
- LogMessageId
public static enum LogMessageId.LogMessageId4Param extends Enum<LogMessageId.LogMessageId4Param> implements LogMessageId
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.openhtmltopdf.util.LogMessageId
LogMessageId.LogMessageId0Param, LogMessageId.LogMessageId1Param, LogMessageId.LogMessageId2Param, LogMessageId.LogMessageId3Param, LogMessageId.LogMessageId4Param, LogMessageId.LogMessageId5Param
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CASCADE_CALC_FLOAT_PROPORTIONAL_VALUE_INFO_FONT_SIZECASCADE_UNKNOWN_DATATYPE_FOR_RELATIVE_TO_ABSOLUTEEXCEPTION_CONFIGURATION_WRONG_TYPELOAD_IMAGE_LOADER_SCALING_URI_TO
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringformatMessage(Object[] args)Enum<?>getEnum()StringgetMessageFormat()StringgetWhere()static LogMessageId.LogMessageId4ParamvalueOf(String name)Returns the enum constant of this type with the specified name.static LogMessageId.LogMessageId4Param[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
LOAD_IMAGE_LOADER_SCALING_URI_TO
public static final LogMessageId.LogMessageId4Param LOAD_IMAGE_LOADER_SCALING_URI_TO
-
CASCADE_UNKNOWN_DATATYPE_FOR_RELATIVE_TO_ABSOLUTE
public static final LogMessageId.LogMessageId4Param CASCADE_UNKNOWN_DATATYPE_FOR_RELATIVE_TO_ABSOLUTE
-
CASCADE_CALC_FLOAT_PROPORTIONAL_VALUE_INFO_FONT_SIZE
public static final LogMessageId.LogMessageId4Param CASCADE_CALC_FLOAT_PROPORTIONAL_VALUE_INFO_FONT_SIZE
-
EXCEPTION_CONFIGURATION_WRONG_TYPE
public static final LogMessageId.LogMessageId4Param EXCEPTION_CONFIGURATION_WRONG_TYPE
-
-
Method Detail
-
values
public static LogMessageId.LogMessageId4Param[] 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 (LogMessageId.LogMessageId4Param c : LogMessageId.LogMessageId4Param.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static LogMessageId.LogMessageId4Param 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 nameNullPointerException- if the argument is null
-
getEnum
public Enum<?> getEnum()
- Specified by:
getEnumin interfaceLogMessageId
-
getMessageFormat
public String getMessageFormat()
- Specified by:
getMessageFormatin interfaceLogMessageId
-
getWhere
public String getWhere()
- Specified by:
getWherein interfaceLogMessageId
-
formatMessage
public String formatMessage(Object[] args)
- Specified by:
formatMessagein interfaceLogMessageId
-
-