Enum Class CallBlockingService24V2
java.lang.Object
java.lang.Enum<CallBlockingService24V2>
co.ecg.alpaca.toolkit.generated.enums.CallBlockingService24V2
- All Implemented Interfaces:
Serializable,Comparable<CallBlockingService24V2>,Constable
Possible types of Call Blocking Services. The following enumeration values are only used in AS Data mode: PTT SAC BroadWorks Mobility Deny Originations BroadWorks Mobility Deny Terminations Enterprise Trunk Route Exhaust Call Park Number Portability Maximum Concurrent Terminating Alerting Requests Automatic Collect Call Enterprise Trunk Route Exhaust Unreachable TCUG RPAdmission Maximum Redirection Depth Reached On Busy Maximum Redirection Depth Reached On Diversion Enterprise Trunk Route Exhaust Busy The following types are only used in XS data mode: Incoming Communication Barring Hierarchical Communication Barring Incoming Hierarchical Communication Barring The following type is only used in XS data mode and ignored in AS data mode: Calling Name Retrieval
- Author:
- AlpacaGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic CallBlockingService24V2static CallBlockingService24V2[]toString()value()static CallBlockingService24V2Returns the enum constant of this class with the specified name.static CallBlockingService24V2[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OCP
-
EOCP
-
ICP
-
ACR
-
SCR
-
SCA
-
AAC
-
INTERCEPT
-
PTT
-
COMMUNICATIONBARRING
-
SAC
-
INCOMINGCOMMUNICATIONBARRING
-
HIERARCHICALCOMMUNICATIONBARRING
-
INCOMINGHIERARCHICALCOMMUNICATIONBARRING
-
BROADWORKSMOBILITYDENYORIGINATIONS
-
BROADWORKSMOBILITYDENYTERMINATIONS
-
ENTERPRISETRUNKROUTEEXHAUST
-
CALLPARK
-
NUMBERPORTABILITY
-
MAXIMUMCONCURRENTTERMINATINGALERTINGREQUESTS
-
AUTOMATICCOLLECTCALL
-
ENTERPRISETRUNKROUTEEXHAUSTUNREACHABLE
-
TCUG
-
RPADMISSION
-
MAXIMUMREDIRECTIONDEPTHREACHEDONBUSY
-
MAXIMUMREDIRECTIONDEPTHREACHEDONDIVERSION
-
CALLINGNAMERETRIEVAL
-
ENTERPRISETRUNKROUTEEXHAUSTBUSY
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-
value
-
toString
- Overrides:
toStringin classEnum<CallBlockingService24V2>
-
get
-
getArray
-