Enum OriginalCalledNumber.Presentation

    • Enum Constant Detail

      • RESTRICTED

        public static final OriginalCalledNumber.Presentation RESTRICTED
        Address presentation restricted indicator value (1) corresponding to presentation restricted.
      • ADDRESS_NOT_AVAILABLE

        public static final OriginalCalledNumber.Presentation ADDRESS_NOT_AVAILABLE
        Address presentation restricted indicator value (2) corresponding to address not available (national use). Note: if this presentation restricted indicator is used, the nature of address and numbering plan parameters are set to 0 (undefined spare values), and any address signal is omitted.
      • NETWORK_RESTRICTED

        public static final OriginalCalledNumber.Presentation NETWORK_RESTRICTED
        Address presentation restricted indicator value (3) corresponding to reserved for restriction by network.
    • Method Detail

      • values

        public static OriginalCalledNumber.Presentation[] 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 (OriginalCalledNumber.Presentation c : OriginalCalledNumber.Presentation.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static OriginalCalledNumber.Presentation 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 name
        NullPointerException - if the argument is null
      • intValue

        public int intValue()
        Gets the integer ASN.1 encoded value of this enumeration constant.
        Returns:
        encoded value
      • fromValue

        public static OriginalCalledNumber.Presentation fromValue​(int value)
        Returns the enumeration constant for a given encoded value.
        Parameters:
        value - encoded value
        Returns:
        the appropriate enumeration constant for the encoded value
        Throws:
        IllegalArgumentException - if there is no enumeration constant with the given encoded value