public enum ConfigurationSourceType extends Enum<ConfigurationSourceType>
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationSourceType |
fromString(String input) |
static ConfigurationSourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationSourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigurationSourceType NEW
public static final ConfigurationSourceType PARENT
public static final ConfigurationSourceType OTHERS
public static ConfigurationSourceType[] values()
for (ConfigurationSourceType c : ConfigurationSourceType.values()) System.out.println(c);
public static ConfigurationSourceType 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 ConfigurationSourceType fromString(String input)
Copyright © 2020. All rights reserved.