Package viam.app.v1

Enum Class AppOuterClass.FragmentErrorType

java.lang.Object
java.lang.Enum<AppOuterClass.FragmentErrorType>
viam.app.v1.AppOuterClass.FragmentErrorType
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, Serializable, Comparable<AppOuterClass.FragmentErrorType>, Constable
Enclosing class:
AppOuterClass

public static enum AppOuterClass.FragmentErrorType extends Enum<AppOuterClass.FragmentErrorType> implements com.google.protobuf.Internal.EnumLite
Protobuf enum viam.app.v1.FragmentErrorType
  • Enum Constant Details

  • Field Details

    • FRAGMENT_ERROR_TYPE_UNSPECIFIED_VALUE

      public static final int FRAGMENT_ERROR_TYPE_UNSPECIFIED_VALUE
      FRAGMENT_ERROR_TYPE_UNSPECIFIED = 0;
      See Also:
    • FRAGMENT_ERROR_TYPE_NO_ACCESS_VALUE

      public static final int FRAGMENT_ERROR_TYPE_NO_ACCESS_VALUE
      FRAGMENT_ERROR_TYPE_NO_ACCESS = 1;
      See Also:
    • FRAGMENT_ERROR_TYPE_NESTING_LIMIT_EXCEEDED_VALUE

      public static final int FRAGMENT_ERROR_TYPE_NESTING_LIMIT_EXCEEDED_VALUE
      FRAGMENT_ERROR_TYPE_NESTING_LIMIT_EXCEEDED = 2;
      See Also:
    • FRAGMENT_ERROR_TYPE_CHILD_ID_INVALID_VALUE

      public static final int FRAGMENT_ERROR_TYPE_CHILD_ID_INVALID_VALUE
      FRAGMENT_ERROR_TYPE_CHILD_ID_INVALID = 3;
      See Also:
    • FRAGMENT_ERROR_TYPE_CYCLE_DETECTED_VALUE

      public static final int FRAGMENT_ERROR_TYPE_CYCLE_DETECTED_VALUE
      FRAGMENT_ERROR_TYPE_CYCLE_DETECTED = 4;
      See Also:
  • Method Details

    • values

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

      public static AppOuterClass.FragmentErrorType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class 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
    • valueOf

      @Deprecated public static AppOuterClass.FragmentErrorType valueOf(int value)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static AppOuterClass.FragmentErrorType forNumber(int value)
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<AppOuterClass.FragmentErrorType> internalGetValueMap()
    • internalGetVerifier

      public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()