public enum CstaCallLogResult extends java.lang.Enum<CstaCallLogResult>
Enum Constant and Description |
---|
answered |
ANSWERED |
answeredbyvoicemail |
ANSWEREDBYVOICEMAIL |
answeredelsewhere |
ANSWEREDELSEWHERE |
busy |
BUSY |
conferenced |
CONFERENCED |
notanswered |
NOTANSWERED |
notknown |
NOTKNOWN |
redirected |
REDIRECTED |
transferred |
TRANSFERRED |
Modifier and Type | Method and Description |
---|---|
static CstaCallLogResult |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CstaCallLogResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CstaCallLogResult ANSWERED
public static final CstaCallLogResult ANSWEREDELSEWHERE
public static final CstaCallLogResult NOTANSWERED
public static final CstaCallLogResult BUSY
public static final CstaCallLogResult NOTKNOWN
public static final CstaCallLogResult ANSWEREDBYVOICEMAIL
public static final CstaCallLogResult REDIRECTED
public static final CstaCallLogResult TRANSFERRED
public static final CstaCallLogResult CONFERENCED
public static final CstaCallLogResult answered
public static final CstaCallLogResult answeredelsewhere
public static final CstaCallLogResult notanswered
public static final CstaCallLogResult busy
public static final CstaCallLogResult notknown
public static final CstaCallLogResult answeredbyvoicemail
public static final CstaCallLogResult redirected
public static final CstaCallLogResult transferred
public static final CstaCallLogResult conferenced
public static CstaCallLogResult[] values()
for (CstaCallLogResult c : CstaCallLogResult.values()) System.out.println(c);
public static CstaCallLogResult valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null