Class CustomVariable
java.lang.Object
com.acmerobotics.dashboard.config.variable.ConfigVariable<Object>
com.acmerobotics.dashboard.config.variable.CustomVariable
Custom (nested) configuration variable used to represent nested objects.
-
Field Summary
Fields inherited from class com.acmerobotics.dashboard.config.variable.ConfigVariable
ENUM_CLASS_KEY, ENUM_VALUES_KEY, TYPE_KEY, VALUE_KEY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionentrySet()
getType()
getValue()
getVariable
(String name) void
putVariable
(String name, ConfigVariable variable) void
removeVariable
(String name) int
size()
void
update
(ConfigVariable<Object> newVariable) Methods inherited from class com.acmerobotics.dashboard.config.variable.ConfigVariable
isReserved
-
Constructor Details
-
CustomVariable
-
CustomVariable
public CustomVariable()
-
-
Method Details
-
putVariable
-
removeVariable
-
getVariable
-
size
public int size() -
entrySet
-
getType
- Specified by:
getType
in classConfigVariable<Object>
-
getValue
- Specified by:
getValue
in classConfigVariable<Object>
-
update
- Specified by:
update
in classConfigVariable<Object>
-