Package viam.app.v1
Enum Class App.FragmentErrorType
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,Serializable
,Comparable<App.FragmentErrorType>
,Constable
- Enclosing class:
- App
public static enum App.FragmentErrorType
extends Enum<App.FragmentErrorType>
implements com.google.protobuf.Internal.EnumLite
Protobuf enum
viam.app.v1.FragmentErrorType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionFRAGMENT_ERROR_TYPE_CHILD_ID_INVALID = 3;
FRAGMENT_ERROR_TYPE_CYCLE_DETECTED = 4;
FRAGMENT_ERROR_TYPE_NESTING_LIMIT_EXCEEDED = 2;
FRAGMENT_ERROR_TYPE_NO_ACCESS = 1;
FRAGMENT_ERROR_TYPE_UNSPECIFIED = 0;
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
FRAGMENT_ERROR_TYPE_CHILD_ID_INVALID = 3;
static final int
FRAGMENT_ERROR_TYPE_CYCLE_DETECTED = 4;
static final int
FRAGMENT_ERROR_TYPE_NESTING_LIMIT_EXCEEDED = 2;
static final int
FRAGMENT_ERROR_TYPE_NO_ACCESS = 1;
static final int
FRAGMENT_ERROR_TYPE_UNSPECIFIED = 0;
-
Method Summary
Modifier and TypeMethodDescriptionstatic App.FragmentErrorType
forNumber
(int value) final int
static com.google.protobuf.Internal.EnumLiteMap<App.FragmentErrorType>
static com.google.protobuf.Internal.EnumVerifier
static App.FragmentErrorType
valueOf
(int value) Deprecated.static App.FragmentErrorType
Returns the enum constant of this class with the specified name.static App.FragmentErrorType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
FRAGMENT_ERROR_TYPE_UNSPECIFIED
FRAGMENT_ERROR_TYPE_UNSPECIFIED = 0;
-
FRAGMENT_ERROR_TYPE_NO_ACCESS
FRAGMENT_ERROR_TYPE_NO_ACCESS = 1;
-
FRAGMENT_ERROR_TYPE_NESTING_LIMIT_EXCEEDED
FRAGMENT_ERROR_TYPE_NESTING_LIMIT_EXCEEDED = 2;
-
FRAGMENT_ERROR_TYPE_CHILD_ID_INVALID
FRAGMENT_ERROR_TYPE_CHILD_ID_INVALID = 3;
-
FRAGMENT_ERROR_TYPE_CYCLE_DETECTED
FRAGMENT_ERROR_TYPE_CYCLE_DETECTED = 4;
-
UNRECOGNIZED
-
-
Field Details
-
FRAGMENT_ERROR_TYPE_UNSPECIFIED_VALUE
public static final int FRAGMENT_ERROR_TYPE_UNSPECIFIED_VALUEFRAGMENT_ERROR_TYPE_UNSPECIFIED = 0;
- See Also:
-
FRAGMENT_ERROR_TYPE_NO_ACCESS_VALUE
public static final int FRAGMENT_ERROR_TYPE_NO_ACCESS_VALUEFRAGMENT_ERROR_TYPE_NO_ACCESS = 1;
- See Also:
-
FRAGMENT_ERROR_TYPE_NESTING_LIMIT_EXCEEDED_VALUE
public static final int FRAGMENT_ERROR_TYPE_NESTING_LIMIT_EXCEEDED_VALUEFRAGMENT_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_VALUEFRAGMENT_ERROR_TYPE_CHILD_ID_INVALID = 3;
- See Also:
-
FRAGMENT_ERROR_TYPE_CYCLE_DETECTED_VALUE
public static final int FRAGMENT_ERROR_TYPE_CYCLE_DETECTED_VALUEFRAGMENT_ERROR_TYPE_CYCLE_DETECTED = 4;
- See Also:
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
-
valueOf
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 nameNullPointerException
- if the argument is null
-
forNumber
-
internalGetValueMap
-
internalGetVerifier
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
-