java.lang.Object |
↳ |
java.lang.Enum<E extends java.lang.Enum<E>> |
|
↳ |
com.commsignia.v2x.client.model.YawRateConfidence |
Class Overview
Values for yaw rate confidence.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Enum
final
Object
|
clone()
|
int
|
compareTo(Object arg0)
|
final
int
|
compareTo(E arg0)
|
final
boolean
|
equals(Object arg0)
|
final
void
|
finalize()
|
final
Class<E>
|
getDeclaringClass()
|
final
int
|
hashCode()
|
final
String
|
name()
|
final
int
|
ordinal()
|
String
|
toString()
|
static
<T extends Enum<T>>
T
|
valueOf(Class<T> arg0, String arg1)
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
From interface
java.lang.Comparable
abstract
int
|
compareTo(T arg0)
|
|
Enum Values
The accuracy is within 0,01 degrees/second
The accuracy is within 0,05 degrees/second
The accuracy is within 0,1 degrees/second
The accuracy is within 1 degrees/second
The accuracy is within 5 degrees/second
The accuracy is within 10 degrees/second
The accuracy is within 100 degrees/second
The accuracy is out of range
Information is unavailable
Public Methods