@Deprecated public enum UimConfigurationProperty extends Enum<UimConfigurationProperty>
| Enum Constant and Description |
|---|
SUGARCRM_DEFAULTMAXRESULTS
Deprecated.
|
SUGARCRM_HOST
Deprecated.
|
SUGARCRM_PASSWORD
Deprecated.
|
SUGARCRM_USERNAME
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Deprecated.
|
static UimConfigurationProperty |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static UimConfigurationProperty[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UimConfigurationProperty SUGARCRM_HOST
public static final UimConfigurationProperty SUGARCRM_USERNAME
public static final UimConfigurationProperty SUGARCRM_PASSWORD
public static final UimConfigurationProperty SUGARCRM_DEFAULTMAXRESULTS
public static UimConfigurationProperty[] values()
for (UimConfigurationProperty c : UimConfigurationProperty.values()) System.out.println(c);
public static UimConfigurationProperty 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 toString()
toString in class Enum<UimConfigurationProperty>Copyright © 2018 Europeana Foundation. All rights reserved.