public static enum RequestMessage.ShowPlan extends Enum<RequestMessage.ShowPlan>
Modifier and Type | Method and Description |
---|---|
static RequestMessage.ShowPlan |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestMessage.ShowPlan[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestMessage.ShowPlan ON
public static final RequestMessage.ShowPlan DEBUG
public static final RequestMessage.ShowPlan OFF
public static RequestMessage.ShowPlan[] values()
for (RequestMessage.ShowPlan c : RequestMessage.ShowPlan.values()) System.out.println(c);
public static RequestMessage.ShowPlan 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 © 2018 JBoss by Red Hat. All rights reserved.