public enum UimConfigurationProperty extends Enum<UimConfigurationProperty>
| Enum Constant and Description |
|---|
SUGARCRM_DEFAULTMAXRESULTS |
SUGARCRM_HOST |
SUGARCRM_PASSWORD |
SUGARCRM_USERNAME |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static UimConfigurationProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UimConfigurationProperty[] |
values()
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 © 2017 Europeana Foundation. All Rights Reserved.