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

Quick Search    Search Deep

Uses of Class
com.clra.rowing.RowingSessionLevel

Uses of RowingSessionLevel in com.clra.rowing
 

Fields in com.clra.rowing declared as RowingSessionLevel
private  RowingSessionLevel RowingSessionSnapshot.level
           
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
 RowingSessionLevel RowingSessionSnapshot.getLevel()
          Returns the level of a rowing session
static RowingSessionLevel RowingSessionLevel.getLevel(java.lang.String name)
           
 

Methods in com.clra.rowing with parameters of type RowingSessionLevel
 void IRowingSession.setLevel(RowingSessionLevel level)
          Edits the level of a rowing session.
static IRowingSession RowingUtils.createRowingSession(java.util.Date date, RowingSessionLevel level, RowingSessionType type)
          Creates a rowing session
 IRowingSession IRowingSessionHome.create(java.util.Date date, RowingSessionLevel level, RowingSessionType type)
          Creates a rowing session on the specified date (and time).
private static java.lang.String DefaultRowingSessionLevelComparator.makeKey(RowingSessionLevel rsl)
           
private static java.lang.Integer DefaultRowingSessionLevelComparator.getOrdinal(RowingSessionLevel rsl)
           
 

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