public enum KieDecorator extends Enum<KieDecorator>
| Enum Constant and Description |
|---|
JGIT_BEFORE |
JGIT_BEFORE_AND_KIE_AFTER |
JGIT_BEFORE_AND_KIE_AND_LOG_AFTER |
JGIT_BEFORE_AND_LOG_AFTER |
KIE_AFTER |
KIE_AND_LOG_AFTER |
LOG_OUTPUT_AFTER |
NONE |
| Modifier and Type | Method and Description |
|---|---|
static KieDecorator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KieDecorator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KieDecorator NONE
public static final KieDecorator JGIT_BEFORE
public static final KieDecorator KIE_AFTER
public static final KieDecorator LOG_OUTPUT_AFTER
public static final KieDecorator JGIT_BEFORE_AND_LOG_AFTER
public static final KieDecorator JGIT_BEFORE_AND_KIE_AFTER
public static final KieDecorator JGIT_BEFORE_AND_KIE_AND_LOG_AFTER
public static final KieDecorator KIE_AND_LOG_AFTER
public static KieDecorator[] values()
for (KieDecorator c : KieDecorator.values()) System.out.println(c);
public static KieDecorator valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.