public enum NetworkTableType extends java.lang.Enum<NetworkTableType>
Enum Constant and Description |
---|
kBoolean |
kBooleanArray |
kDouble |
kDoubleArray |
kRaw |
kRpc |
kString |
kStringArray |
kUnassigned |
Modifier and Type | Method and Description |
---|---|
static NetworkTableType |
getFromInt(int value) |
int |
getValue() |
static NetworkTableType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NetworkTableType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetworkTableType kUnassigned
public static final NetworkTableType kBoolean
public static final NetworkTableType kDouble
public static final NetworkTableType kString
public static final NetworkTableType kRaw
public static final NetworkTableType kBooleanArray
public static final NetworkTableType kDoubleArray
public static final NetworkTableType kStringArray
public static final NetworkTableType kRpc
public static NetworkTableType[] values()
for (NetworkTableType c : NetworkTableType.values()) System.out.println(c);
public static NetworkTableType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()
public static NetworkTableType getFromInt(int value)