|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OffsetType | |
---|---|
com.ibm.tws.objects.model | |
com.ibm.tws.objects.types |
Uses of OffsetType in com.ibm.tws.objects.model |
---|
Methods in com.ibm.tws.objects.model that return OffsetType | |
OffsetType |
RunCycle.getOffsetType()
Returns the type of offset specified for a calendar-based run cycle. |
Methods in com.ibm.tws.objects.model with parameters of type OffsetType | |
void |
RunCycle.setOffsetType(OffsetType value)
Sets the type of offset specified for a calendar-based run cycle. |
Uses of OffsetType in com.ibm.tws.objects.types |
---|
Fields in com.ibm.tws.objects.types declared as OffsetType | |
static OffsetType |
OffsetType.DAYS
The DAYS value. |
static OffsetType |
OffsetType.WORKDAYS
The WORKDAYS value. |
static OffsetType |
OffsetType.WEEKDAYS
The WEEKDAYS value. |
Methods in com.ibm.tws.objects.types that return OffsetType | |
static OffsetType |
OffsetType.getInstance(char charValue)
Returns a reference to the instance of OffsetType that is associated to the specified character. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |