public enum KieWbDistribution extends Enum<KieWbDistribution>
Enum Constant and Description |
---|
BUSINESS_CENTRAL |
BUSINESS_MONITORING |
Modifier and Type | Method and Description |
---|---|
static Optional<KieWbDistribution> |
fromWarNameString(String warName) |
String |
getWarName() |
static KieWbDistribution |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KieWbDistribution[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KieWbDistribution BUSINESS_CENTRAL
public static final KieWbDistribution BUSINESS_MONITORING
public static KieWbDistribution[] values()
for (KieWbDistribution c : KieWbDistribution.values()) System.out.println(c);
public static KieWbDistribution 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 nullpublic static Optional<KieWbDistribution> fromWarNameString(String warName)
public String getWarName()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.