Class CS1RequestedInformationType

  • All Implemented Interfaces:
    DataObject, Immutable, Serializable

    public class CS1RequestedInformationType
    extends CCRequestedInformationType
    API for Core-INAP-CS1-DataTypes.RequestedInformationType. Generated from the following ASN.1 type definition and the adaptations below.
     RequestedInformationType ::=
         ENUMERATED {
             callAttemptElapsedTime(0),
             callStopTime(1),
             callConnectedElapsedTime(2),
             calledAddress(3),
             releaseCause(30)
         }
     Core-INAP-CS1-DataTypes {
         RequestedInformationType {
             @parentType com.opencloud.slee.resources.cgin.callcontrol.CCRequestedInformationType
         }
     }
     

    Used in array as field type by CS1CallInformationRequestArg.

    See Also:
    Serialized Form
    • Field Detail

      • _calledAddress

        public static final int _calledAddress
        Integer value of the constant calledAddress.
        See Also:
        Constant Field Values
      • MIN_VALUE

        public static final int MIN_VALUE
        Minimum value that a com.opencloud.slee.resources.cgin.etsi_inap_cs1.CS1RequestedInformationType instance may take (0).
        See Also:
        Constant Field Values
      • MAX_VALUE

        public static final int MAX_VALUE
        Maximum value that a com.opencloud.slee.resources.cgin.etsi_inap_cs1.CS1RequestedInformationType instance may take (30).
        See Also:
        Constant Field Values
    • Constructor Detail

      • CS1RequestedInformationType

        protected CS1RequestedInformationType​(int value,
                                              String description)
        Constructs an enumeration constant for the given numeric value, noting its name.
        Parameters:
        value - numeric value
        description - name of number
      • CS1RequestedInformationType

        protected CS1RequestedInformationType​(int value)
        Constructs an enumeration constant for the given numeric value. Suitable for use as decode method.
        Parameters:
        value - numeric value
    • Method Detail

      • fromValue

        public static CCRequestedInformationType fromValue​(int value)
        Finds or constructs an enumeration constant for the given numeric value.
        Parameters:
        value - integer
        Returns:
        one of the fields if suitable, else a newly constructed object
      • namedValues

        public static CCRequestedInformationType[] namedValues()
        Returns an array containing all the enumeration constants referenced by fields.
        Returns:
        array of enumeration constants