public enum MessageCloseDelay extends Enum<MessageCloseDelay>
Modifier and Type | Method and Description |
---|---|
int |
getDelay() |
static MessageCloseDelay |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageCloseDelay[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageCloseDelay NEVER
public static final MessageCloseDelay DEFAULT
public static MessageCloseDelay[] values()
for (MessageCloseDelay c : MessageCloseDelay.values()) System.out.println(c);
public static MessageCloseDelay 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 int getDelay()
Copyright © 2010-2014 ArcBees. All Rights Reserved.