Uses of Class
com.floragunn.searchguard.modules.state.ComponentState.State
-
Packages that use ComponentState.State Package Description com.floragunn.searchguard.modules.state -
-
Uses of ComponentState.State in com.floragunn.searchguard.modules.state
Methods in com.floragunn.searchguard.modules.state that return ComponentState.State Modifier and Type Method Description ComponentState.StateComponentState. getState()static ComponentState.StateComponentState.State. valueOf(String name)Returns the enum constant of this type with the specified name.static ComponentState.State[]ComponentState.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.floragunn.searchguard.modules.state with parameters of type ComponentState.State Modifier and Type Method Description voidComponentState. setState(ComponentState.State state)voidComponentState. setState(ComponentState.State state, String subState)
-