Uses of Enum Class
com.hp.lft.sdk.ai.ToggleState
Packages that use ToggleState
- 
Uses of ToggleState in com.hp.lft.sdk.ai
Methods in com.hp.lft.sdk.ai that return ToggleStateModifier and TypeMethodDescriptionstatic ToggleStateReturns the enum constant of this class with the specified name.static ToggleState[]ToggleState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hp.lft.sdk.ai with parameters of type ToggleStateModifier and TypeMethodDescriptionvoidAiObject.setState(ToggleState state) Sets the state of a toggleable AI control.