CLRA 0.1.2

Uses of Class
com.clra.rowing.RowingSessionLevel

Packages that use RowingSessionLevel
com.clra.rowing   
 

Uses of RowingSessionLevel in com.clra.rowing
 

Fields in com.clra.rowing declared as RowingSessionLevel
static RowingSessionLevel RowingSessionLevel.LTR
           
static RowingSessionLevel RowingSessionLevel.REGULAR
           
 

Methods in com.clra.rowing that return RowingSessionLevel
 RowingSessionLevel IRowingSession.getLevel()
          Returns the level of a rowing session
static RowingSessionLevel RowingSessionLevel.getLevel(String name)
           
 RowingSessionLevel RowingSessionSnapshot.getLevel()
          Returns the level of a rowing session
 

Methods in com.clra.rowing with parameters of type RowingSessionLevel
static IRowingSession RowingUtils.createRowingSession(Date date, RowingSessionLevel level, RowingSessionType type)
          Creates a rowing session
 IRowingSession IRowingSessionHome.create(Date date, RowingSessionLevel level, RowingSessionType type)
          Creates a rowing session on the specified date (and time).
 void IRowingSession.setLevel(RowingSessionLevel level)
          Edits the level of a rowing session.
 

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


CLRA 0.1.2