Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.clra.rowing.RowingSessionState

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
           
private  RowingSessionState RowingSessionSnapshot.state
           
 

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

Methods in com.clra.rowing with parameters of type RowingSessionState
private static java.lang.String DefaultRowingSessionStateComparator.makeKey(RowingSessionState rsl)
           
private static java.lang.Integer DefaultRowingSessionStateComparator.getOrdinal(RowingSessionState rsl)
           
 

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