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