Enum Class Common.KinematicsFileFormat

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

public static enum Common.KinematicsFileFormat extends Enum<Common.KinematicsFileFormat> implements com.google.protobuf.Internal.EnumLite
Protobuf enum viam.common.v1.KinematicsFileFormat
  • Enum Constant Details

  • Field Details

    • KINEMATICS_FILE_FORMAT_UNSPECIFIED_VALUE

      public static final int KINEMATICS_FILE_FORMAT_UNSPECIFIED_VALUE
      KINEMATICS_FILE_FORMAT_UNSPECIFIED = 0;
      See Also:
    • KINEMATICS_FILE_FORMAT_SVA_VALUE

      public static final int KINEMATICS_FILE_FORMAT_SVA_VALUE
      KINEMATICS_FILE_FORMAT_SVA = 1;
      See Also:
    • KINEMATICS_FILE_FORMAT_URDF_VALUE

      public static final int KINEMATICS_FILE_FORMAT_URDF_VALUE
      KINEMATICS_FILE_FORMAT_URDF = 2;
      See Also:
  • Method Details

    • values

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

      public static com.google.protobuf.Internal.EnumLiteMap<Common.KinematicsFileFormat> internalGetValueMap()
    • internalGetVerifier

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