Package com.openhtmltopdf.util
Enum LogMessageId.LogMessageId5Param
java.lang.Object
java.lang.Enum<LogMessageId.LogMessageId5Param>
com.openhtmltopdf.util.LogMessageId.LogMessageId5Param
- All Implemented Interfaces:
LogMessageId,Serializable,Comparable<LogMessageId.LogMessageId5Param>,java.lang.constant.Constable
- Enclosing interface:
- LogMessageId
public static enum LogMessageId.LogMessageId5Param extends Enum<LogMessageId.LogMessageId5Param> implements LogMessageId
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>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 -
Method Summary
Modifier and Type Method Description StringformatMessage(Object[] args)Enum<?>getEnum()StringgetMessageFormat()StringgetWhere()static LogMessageId.LogMessageId5ParamvalueOf(String name)Returns the enum constant of this type with the specified name.static LogMessageId.LogMessageId5Param[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
CASCADE_CALC_FLOAT_PROPORTIONAL_VALUE_INFO
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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
- Specified by:
getEnumin interfaceLogMessageId
-
getMessageFormat
- Specified by:
getMessageFormatin interfaceLogMessageId
-
getWhere
- Specified by:
getWherein interfaceLogMessageId
-
formatMessage
- Specified by:
formatMessagein interfaceLogMessageId
-