Package viam.app.v1

Enum Class AppOuterClass.FragmentVisibility

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

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

  • Field Details

    • FRAGMENT_VISIBILITY_UNSPECIFIED_VALUE

      public static final int FRAGMENT_VISIBILITY_UNSPECIFIED_VALUE
      FRAGMENT_VISIBILITY_UNSPECIFIED = 0;
      See Also:
    • FRAGMENT_VISIBILITY_PRIVATE_VALUE

      public static final int FRAGMENT_VISIBILITY_PRIVATE_VALUE
      FRAGMENT_VISIBILITY_PRIVATE = 1;
      See Also:
    • FRAGMENT_VISIBILITY_PUBLIC_VALUE

      public static final int FRAGMENT_VISIBILITY_PUBLIC_VALUE
      FRAGMENT_VISIBILITY_PUBLIC = 2;
      See Also:
    • FRAGMENT_VISIBILITY_PUBLIC_UNLISTED_VALUE

      public static final int FRAGMENT_VISIBILITY_PUBLIC_UNLISTED_VALUE
      FRAGMENT_VISIBILITY_PUBLIC_UNLISTED = 3;
      See Also:
  • Method Details

    • values

      public static AppOuterClass.FragmentVisibility[] 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.FragmentVisibility 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.FragmentVisibility 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.FragmentVisibility forNumber(int value)
    • internalGetValueMap

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

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