public static enum KieServerConnectionInfoProviderImpl.KieServerConfigurationKey extends Enum<KieServerConnectionInfoProviderImpl.KieServerConfigurationKey>
| Enum Constant and Description |
|---|
LOCATION |
PASSWORD |
REPLACE_QUERY |
TOKEN |
USER |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static KieServerConnectionInfoProviderImpl.KieServerConfigurationKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KieServerConnectionInfoProviderImpl.KieServerConfigurationKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KieServerConnectionInfoProviderImpl.KieServerConfigurationKey LOCATION
public static final KieServerConnectionInfoProviderImpl.KieServerConfigurationKey USER
public static final KieServerConnectionInfoProviderImpl.KieServerConfigurationKey PASSWORD
public static final KieServerConnectionInfoProviderImpl.KieServerConfigurationKey REPLACE_QUERY
public static final KieServerConnectionInfoProviderImpl.KieServerConfigurationKey TOKEN
public static KieServerConnectionInfoProviderImpl.KieServerConfigurationKey[] values()
for (KieServerConnectionInfoProviderImpl.KieServerConfigurationKey c : KieServerConnectionInfoProviderImpl.KieServerConfigurationKey.values()) System.out.println(c);
public static KieServerConnectionInfoProviderImpl.KieServerConfigurationKey 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 String getValue()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.