Interface States
-
public interface StatesInterface to get custom function from enum when casting.- Author:
- Apache Directory Project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Enum<?>getStartState()booleanisEndState()
-
-
-
Method Detail
-
isEndState
boolean isEndState()
- Returns:
- True if this is the END_STATE
-
getStartState
Enum<?> getStartState()
- Returns:
- The START_STATE of the enum
-
-