Enum NorthboundAlarm.x733AlarmType

    • Method Detail

      • values

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

        public static NorthboundAlarm.x733AlarmType valueOf​(java.lang.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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getId

        public int getId()
        Gets the ID.
        Returns:
        the ID
      • get

        public static NorthboundAlarm.x733AlarmType get​(java.lang.String label)
        This get returns the x733ProbableCause matching the requested label.

        If a null string is passed, x733ProbablCause.other is returned.

        Parameters:
        label - the label
        Returns:
        the x733 alarm type
      • get

        public static NorthboundAlarm.x733AlarmType get​(int id)
        Return an x733ProbableCause by ID.
        Parameters:
        id - the id
        Returns:
        the x733 alarm type