CLRA 0.1.2

Uses of Class
com.clra.rowing.RowingSessionState

Packages that use RowingSessionState
com.clra.rowing   
 

Uses of RowingSessionState in com.clra.rowing
 

Fields in com.clra.rowing declared as RowingSessionState
static RowingSessionState RowingSessionState.NEW
           
static RowingSessionState RowingSessionState.TENATIVE
           
static RowingSessionState RowingSessionState.OPEN
           
static RowingSessionState RowingSessionState.LOCKED
           
static RowingSessionState RowingSessionState.BOATING1
           
static RowingSessionState RowingSessionState.BOATING2
           
static RowingSessionState RowingSessionState.COMPLETE
           
static RowingSessionState RowingSessionState.INVOICING
           
static RowingSessionState RowingSessionState.CLOSED
           
static RowingSessionState RowingSessionState.CANCELLED
           
 

Methods in com.clra.rowing that return RowingSessionState
static RowingSessionState RowingSessionState.getState(String name)
           
 RowingSessionState IRowingSession.getState()
          Returns the state of a rowing session.
 RowingSessionState RowingSessionSnapshot.getState()
          Returns the state of a rowing session.
 

Constructors in com.clra.rowing with parameters of type RowingSessionState
RowingSessionSnapshot(Integer id, RowingSessionState st, Date dt, RowingSessionLevel lv, RowingSessionType tp)
           
 


CLRA 0.1.2