Uses of Class
org.apache.flink.cep.nfa.State.StateType
-
Packages that use State.StateType Package Description org.apache.flink.cep.nfa -
-
Uses of State.StateType in org.apache.flink.cep.nfa
Methods in org.apache.flink.cep.nfa that return State.StateType Modifier and Type Method Description State.StateTypeState. getStateType()static State.StateTypeState.StateType. valueOf(String name)Returns the enum constant of this type with the specified name.static State.StateType[]State.StateType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.flink.cep.nfa with parameters of type State.StateType Constructor Description State(String name, State.StateType stateType)
-