public enum DefaultGlobalConfigFactory extends Enum<DefaultGlobalConfigFactory> implements GlobalConfigFactory
GlobalConfigFactory
.Enum Constant and Description |
---|
THE_INSTANCE
The the instance.
|
Modifier and Type | Method and Description |
---|---|
GlobalConfig |
create()
Creates the.
|
static DefaultGlobalConfigFactory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultGlobalConfigFactory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultGlobalConfigFactory THE_INSTANCE
public static DefaultGlobalConfigFactory[] values()
for (DefaultGlobalConfigFactory c : DefaultGlobalConfigFactory.values()) System.out.println(c);
public static DefaultGlobalConfigFactory 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 GlobalConfig create()
GlobalConfigFactory
create
in interface GlobalConfigFactory
GlobalConfiguration
Copyright © 2018–2022 Agiletestware. All rights reserved.