public static enum ConfigurationInstallerListener.ConfigType extends Enum<ConfigurationInstallerListener.ConfigType>
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute() |
static ConfigurationInstallerListener.ConfigType |
getFromAttribute(String attribute) |
static ConfigurationInstallerListener.ConfigType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationInstallerListener.ConfigType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigurationInstallerListener.ConfigType OPTIONS
public static final ConfigurationInstallerListener.ConfigType INI
public static final ConfigurationInstallerListener.ConfigType XML
public static final ConfigurationInstallerListener.ConfigType REGISTRY
public static ConfigurationInstallerListener.ConfigType[] values()
for (ConfigurationInstallerListener.ConfigType c : ConfigurationInstallerListener.ConfigType.values()) System.out.println(c);
public static ConfigurationInstallerListener.ConfigType 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 getAttribute()
public static ConfigurationInstallerListener.ConfigType getFromAttribute(String attribute)
Copyright © 2001–2025. All rights reserved.