|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<RedirectSettingType>
de.starface.integration.uci.java.v30.values.RedirectSettingType
public enum RedirectSettingType
This enum holds the constants used for the redirect setting property
RedirectSettingProperties.type.
| Enum Constant Summary | |
|---|---|
ALWAYS
Incoming calls will always be redirected |
|
BUSY
Incoming calls will be redirected if the user is busy |
|
TIMEOUT
Incoming calls will be redirected if the user does not answer for the timeout given in RedirectSettingProperties#timeout |
|
| Method Summary | |
|---|---|
static RedirectSettingType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RedirectSettingType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final RedirectSettingType ALWAYS
public static final RedirectSettingType BUSY
public static final RedirectSettingType TIMEOUT
| Method Detail |
|---|
public static RedirectSettingType[] values()
for (RedirectSettingType c : RedirectSettingType.values()) System.out.println(c);
public static RedirectSettingType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||