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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionentrySet()getType()getValue()getVariable(String name) voidputVariable(String name, ConfigVariable variable) voidremoveVariable(String name) intsize()voidupdate(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:
getTypein classConfigVariable<Object>
-
getValue
- Specified by:
getValuein classConfigVariable<Object>
-
update
- Specified by:
updatein classConfigVariable<Object>
-