Package | Description |
---|---|
teetime.framework |
Contains the implementation of the TeeTime framework.
|
Modifier and Type | Method and Description |
---|---|
StageState |
AbstractStage.getCurrentState()
This method is thread-safe.
|
static StageState |
StageState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StageState[] |
StageState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
StageState.isAfter(StageState stageState) |
boolean |
StageState.isBefore(StageState stageState) |
Copyright © 2015–2020. All rights reserved.