|
|||||||||
| Home >> All >> com >> clra >> [ rowing overview ] | PREV NEXT | ||||||||
Uses of Class
com.clra.rowing.RowingSessionType
| Uses of RowingSessionType in com.clra.rowing |
| Fields in com.clra.rowing declared as RowingSessionType | |
static RowingSessionType |
RowingSessionType.PRACTICE
|
static RowingSessionType |
RowingSessionType.REGATTA
|
private RowingSessionType |
RowingSessionSnapshot.type
|
| Methods in com.clra.rowing that return RowingSessionType | |
RowingSessionType |
IRowingSession.getType()
Returns the type of a rowing session |
static RowingSessionType |
RowingSessionType.getType(java.lang.String name)
|
RowingSessionType |
RowingSessionSnapshot.getType()
Returns the type of a rowing session |
| Methods in com.clra.rowing with parameters of type RowingSessionType | |
void |
IRowingSession.setType(RowingSessionType type)
Edits the type 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 |
DefaultRowingSessionTypeComparator.makeKey(RowingSessionType rst)
|
private static java.lang.Integer |
DefaultRowingSessionTypeComparator.getOrdinal(RowingSessionType rst)
|
| Constructors in com.clra.rowing with parameters of type RowingSessionType | |
RowingSessionSnapshot(java.lang.Integer id,
RowingSessionState st,
java.util.Date dt,
RowingSessionLevel lv,
RowingSessionType tp)
|
|
|
|||||||||
| Home >> All >> com >> clra >> [ rowing overview ] | PREV NEXT | ||||||||