public static enum RoomConfig.LogFormat extends Enum<RoomConfig.LogFormat>
| Modifier and Type | Method and Description |
|---|---|
static RoomConfig.LogFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoomConfig.LogFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RoomConfig.LogFormat html
public static final RoomConfig.LogFormat plain
public static final RoomConfig.LogFormat xml
public static RoomConfig.LogFormat[] values()
for (RoomConfig.LogFormat c : RoomConfig.LogFormat.values()) System.out.println(c);
public static RoomConfig.LogFormat 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 © 2007–2014 Tigase. All rights reserved.