WindowName

public enum WindowName

The WindowName Enum contains the possible names for a milestone window.

Enum Constants

due

public static final WindowName due

The second window of the milestone.

earliest

public static final WindowName earliest

The first window of the milestone.

late

public static final WindowName late

The third window of the milestone.

max

public static final WindowName max

The last window of the milestone.