Uses of Class
com.inertia.promove.Config.ResistiveFeedbackSelect
Package | Description |
---|---|
com.inertia.promove |
-
Uses of Config.ResistiveFeedbackSelect in com.inertia.promove
Fields in com.inertia.promove declared as Config.ResistiveFeedbackSelect Modifier and Type Field Description Config.ResistiveFeedbackSelect
Config.ChannelConfig. resistiveFeedback
Methods in com.inertia.promove that return Config.ResistiveFeedbackSelect Modifier and Type Method Description static Config.ResistiveFeedbackSelect
Config.ResistiveFeedbackSelect. get(int value)
static Config.ResistiveFeedbackSelect
Config.ResistiveFeedbackSelect. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Config.ResistiveFeedbackSelect[]
Config.ResistiveFeedbackSelect. values()
Returns an array containing the constants of this enum type, in the order they are declared.