Package viam.app.cloudslam.v1
Enum Class CloudSlam.EndStatus
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,Serializable
,Comparable<CloudSlam.EndStatus>
,Constable
- Enclosing class:
- CloudSlam
public static enum CloudSlam.EndStatus
extends Enum<CloudSlam.EndStatus>
implements com.google.protobuf.Internal.EnumLite
Protobuf enum
viam.app.cloudslam.v1.EndStatus
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionEND_STATUS_FAIL = 3;
END_STATUS_SUCCESS = 1;
END_STATUS_TIMEOUT = 2;
END_STATUS_UNSPECIFIED = 0;
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
END_STATUS_FAIL = 3;
static final int
END_STATUS_SUCCESS = 1;
static final int
END_STATUS_TIMEOUT = 2;
static final int
END_STATUS_UNSPECIFIED = 0;
-
Method Summary
Modifier and TypeMethodDescriptionstatic CloudSlam.EndStatus
forNumber
(int value) final int
static com.google.protobuf.Internal.EnumLiteMap<CloudSlam.EndStatus>
static com.google.protobuf.Internal.EnumVerifier
static CloudSlam.EndStatus
valueOf
(int value) Deprecated.static CloudSlam.EndStatus
Returns the enum constant of this class with the specified name.static CloudSlam.EndStatus[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
END_STATUS_UNSPECIFIED
END_STATUS_UNSPECIFIED = 0;
-
END_STATUS_SUCCESS
END_STATUS_SUCCESS = 1;
-
END_STATUS_TIMEOUT
END_STATUS_TIMEOUT = 2;
-
END_STATUS_FAIL
END_STATUS_FAIL = 3;
-
UNRECOGNIZED
-
-
Field Details
-
END_STATUS_UNSPECIFIED_VALUE
public static final int END_STATUS_UNSPECIFIED_VALUEEND_STATUS_UNSPECIFIED = 0;
- See Also:
-
END_STATUS_SUCCESS_VALUE
public static final int END_STATUS_SUCCESS_VALUEEND_STATUS_SUCCESS = 1;
- See Also:
-
END_STATUS_TIMEOUT_VALUE
public static final int END_STATUS_TIMEOUT_VALUEEND_STATUS_TIMEOUT = 2;
- See Also:
-
END_STATUS_FAIL_VALUE
public static final int END_STATUS_FAIL_VALUEEND_STATUS_FAIL = 3;
- 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()
-