Enum Class EmergencyZonesProhibition

java.lang.Object
java.lang.Enum<EmergencyZonesProhibition>
co.ecg.alpaca.toolkit.generated.enums.EmergencyZonesProhibition
All Implemented Interfaces:
Serializable, Comparable<EmergencyZonesProhibition>, Constable

public enum EmergencyZonesProhibition extends Enum<EmergencyZonesProhibition>
Emergency zone policy to specify what kind of calls will be prohibited by the service when originated from outside the home zone.
Author:
AlpacaGenerator
  • Enum Constant Details

    • PROHIBITALLREGISTRATIONSANDCALLORIGINATIONS

      public static final EmergencyZonesProhibition PROHIBITALLREGISTRATIONSANDCALLORIGINATIONS
    • PROHIBITEMERGENCYCALLORIGINATIONS

      public static final EmergencyZonesProhibition PROHIBITEMERGENCYCALLORIGINATIONS
  • Method Details

    • values

      public static EmergencyZonesProhibition[] 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

      public static EmergencyZonesProhibition valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • value

      public String value()
    • toString

      public String toString()
      Overrides:
      toString in class Enum<EmergencyZonesProhibition>
    • get

      public static EmergencyZonesProhibition get(String value)
    • getArray

      public static EmergencyZonesProhibition[] getArray(String[] values)