Enum Class FormatStep.ItemType

java.lang.Object
java.lang.Enum<FormatStep.ItemType>
org.jboss.logmanager.formatters.FormatStep.ItemType
All Implemented Interfaces:
Serializable, Comparable<FormatStep.ItemType>, Constable
Enclosing interface:
FormatStep

public static enum FormatStep.ItemType extends Enum<FormatStep.ItemType>
An enumeration of the types of items that can be rendered. Note that this enumeration may be expanded in the future, so unknown values should be handled gracefully as if GENERIC were used.