public enum ConfigTypeEnum extends Enum<ConfigTypeEnum>
Enum Constant and Description |
---|
ComponentMode |
ConnectionManagersMode |
DefaultMode |
SessionManagerMode |
SetupMode |
Modifier and Type | Method and Description |
---|---|
String |
id() |
static ConfigTypeEnum |
valueForId(String id) |
static ConfigTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigTypeEnum DefaultMode
public static final ConfigTypeEnum SessionManagerMode
public static final ConfigTypeEnum ConnectionManagersMode
public static final ConfigTypeEnum ComponentMode
public static final ConfigTypeEnum SetupMode
public static ConfigTypeEnum[] values()
for (ConfigTypeEnum c : ConfigTypeEnum.values()) System.out.println(c);
public static ConfigTypeEnum 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 ConfigTypeEnum valueForId(String id)
public String id()
Copyright © 2004–2020 "Tigase, Inc.". All rights reserved.