Enum CallForwardingNoAnswerNumberOfRings
- java.lang.Object
-
- java.lang.Enum<CallForwardingNoAnswerNumberOfRings>
-
- co.ecg.alpaca.toolkit.generated.enums.CallForwardingNoAnswerNumberOfRings
-
- All Implemented Interfaces:
Serializable
,Comparable<CallForwardingNoAnswerNumberOfRings>
public enum CallForwardingNoAnswerNumberOfRings extends Enum<CallForwardingNoAnswerNumberOfRings>
Number of Rings until call is redirected.- Author:
- AlpacaGenerator
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CallForwardingNoAnswerNumberOfRings
get(String value)
static CallForwardingNoAnswerNumberOfRings[]
getArray(String[] values)
String
toString()
String
value()
static CallForwardingNoAnswerNumberOfRings
valueOf(String name)
Returns the enum constant of this type with the specified name.static CallForwardingNoAnswerNumberOfRings[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
S0
public static final CallForwardingNoAnswerNumberOfRings S0
-
S2
public static final CallForwardingNoAnswerNumberOfRings S2
-
S3
public static final CallForwardingNoAnswerNumberOfRings S3
-
S4
public static final CallForwardingNoAnswerNumberOfRings S4
-
S5
public static final CallForwardingNoAnswerNumberOfRings S5
-
S6
public static final CallForwardingNoAnswerNumberOfRings S6
-
S7
public static final CallForwardingNoAnswerNumberOfRings S7
-
S8
public static final CallForwardingNoAnswerNumberOfRings S8
-
S9
public static final CallForwardingNoAnswerNumberOfRings S9
-
S10
public static final CallForwardingNoAnswerNumberOfRings S10
-
S11
public static final CallForwardingNoAnswerNumberOfRings S11
-
S12
public static final CallForwardingNoAnswerNumberOfRings S12
-
S13
public static final CallForwardingNoAnswerNumberOfRings S13
-
S14
public static final CallForwardingNoAnswerNumberOfRings S14
-
S15
public static final CallForwardingNoAnswerNumberOfRings S15
-
S16
public static final CallForwardingNoAnswerNumberOfRings S16
-
S17
public static final CallForwardingNoAnswerNumberOfRings S17
-
S18
public static final CallForwardingNoAnswerNumberOfRings S18
-
S19
public static final CallForwardingNoAnswerNumberOfRings S19
-
S20
public static final CallForwardingNoAnswerNumberOfRings S20
-
-
Method Detail
-
values
public static CallForwardingNoAnswerNumberOfRings[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (CallForwardingNoAnswerNumberOfRings c : CallForwardingNoAnswerNumberOfRings.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CallForwardingNoAnswerNumberOfRings valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
value
public String value()
-
toString
public String toString()
- Overrides:
toString
in classEnum<CallForwardingNoAnswerNumberOfRings>
-
get
public static CallForwardingNoAnswerNumberOfRings get(String value)
-
getArray
public static CallForwardingNoAnswerNumberOfRings[] getArray(String[] values)
-
-