Enum TimelineItemType

java.lang.Object
java.lang.Enum<TimelineItemType>
org.yamcs.protobuf.TimelineItemType
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<TimelineItemType>

public enum TimelineItemType extends Enum<TimelineItemType> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum yamcs.protobuf.timeline.TimelineItemType
  • Enum Constant Details

    • EVENT

      public static final TimelineItemType EVENT
       Events are the most generic timeline item.
       
      EVENT = 1;
    • ACTIVITY

      public static final TimelineItemType ACTIVITY
       Unlike events, activities have an execution status
       
      ACTIVITY = 2;
    • ITEM_GROUP

      public static final TimelineItemType ITEM_GROUP
       A grouping of other items (events and/or activities)
       
      ITEM_GROUP = 4;
    • ACTIVITY_GROUP

      public static final TimelineItemType ACTIVITY_GROUP
       A grouping of activities. The group is itself an activity
       
      ACTIVITY_GROUP = 5;
  • Field Details

    • EVENT_VALUE

      public static final int EVENT_VALUE
       Events are the most generic timeline item.
       
      EVENT = 1;
      See Also:
    • ACTIVITY_VALUE

      public static final int ACTIVITY_VALUE
       Unlike events, activities have an execution status
       
      ACTIVITY = 2;
      See Also:
    • ITEM_GROUP_VALUE

      public static final int ITEM_GROUP_VALUE
       A grouping of other items (events and/or activities)
       
      ITEM_GROUP = 4;
      See Also:
    • ACTIVITY_GROUP_VALUE

      public static final int ACTIVITY_GROUP_VALUE
       A grouping of activities. The group is itself an activity
       
      ACTIVITY_GROUP = 5;
      See Also:
  • Method Details

    • values

      public static TimelineItemType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static TimelineItemType 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
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static TimelineItemType valueOf(int value)
      Deprecated.
      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:
      value - 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
    • forNumber

      public static TimelineItemType forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<TimelineItemType> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static TimelineItemType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      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:
      desc - 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