protected static enum AbstractXmlConfigBuilder.ConfigType extends Enum<AbstractXmlConfigBuilder.ConfigType>
Enum Constant and Description |
---|
CLIENT |
CLIENT_FAILOVER |
JET |
SERVER |
Modifier and Type | Method and Description |
---|---|
static AbstractXmlConfigBuilder.ConfigType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractXmlConfigBuilder.ConfigType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractXmlConfigBuilder.ConfigType SERVER
public static final AbstractXmlConfigBuilder.ConfigType CLIENT
public static final AbstractXmlConfigBuilder.ConfigType JET
public static final AbstractXmlConfigBuilder.ConfigType CLIENT_FAILOVER
public static AbstractXmlConfigBuilder.ConfigType[] values()
for (AbstractXmlConfigBuilder.ConfigType c : AbstractXmlConfigBuilder.ConfigType.values()) System.out.println(c);
public static AbstractXmlConfigBuilder.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 nullCopyright © 2023 Hazelcast, Inc.. All rights reserved.