Class CS1CGEncountered

  • All Implemented Interfaces:
    DataObject, Immutable, Serializable

    public class CS1CGEncountered
    extends NamedInteger
    API for Core-INAP-CS1-DataTypes.CGEncountered. Generated from the following ASN.1 type definition and the adaptations below.
     CGEncountered ::=
         ENUMERATED {
             manualCGencountered(1),
             scpOverload(2)
         }
     Core-INAP-CS1-DataTypes {
         CGEncountered {
             @extendible
         }
     }
     

    Used as field type by CS1InitialDPArg.

    See Also:
    Serialized Form
    • Field Detail

      • _manualCGencountered

        public static final int _manualCGencountered
        Integer value of the constant manualCGencountered.
        See Also:
        Constant Field Values
      • manualCGencountered

        public static final CS1CGEncountered manualCGencountered
        Reference to value of the constant manualCGencountered.
      • _scpOverload

        public static final int _scpOverload
        Integer value of the constant scpOverload.
        See Also:
        Constant Field Values
      • scpOverload

        public static final CS1CGEncountered scpOverload
        Reference to value of the constant scpOverload.
      • MIN_VALUE

        public static final int MIN_VALUE
        Minimum value that a com.opencloud.slee.resources.cgin.etsi_inap_cs1.CS1CGEncountered instance may take (1).
        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.CS1CGEncountered instance may take (2).
        See Also:
        Constant Field Values
    • Constructor Detail

      • CS1CGEncountered

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

        protected CS1CGEncountered​(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 CS1CGEncountered 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 CS1CGEncountered[] namedValues()
        Returns an array containing all the enumeration constants referenced by fields.
        Returns:
        array of enumeration constants