Package | Description |
---|---|
com.filenet.api.admin |
Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server.
|
com.filenet.api.constants |
Provides classes defining collections of related, type-safe constant values.
|
Modifier and Type | Method and Description |
---|---|
Weekday |
CmTimeslot.get_Weekday()
Returns the value of the Weekday property.
|
Modifier and Type | Method and Description |
---|---|
void |
CmTimeslot.set_Weekday(Weekday value)
Sets the value of the Weekday property.
|
Modifier and Type | Field and Description |
---|---|
static Weekday |
Weekday.FRIDAY
Indicates Friday.
|
static Weekday |
Weekday.MONDAY
Indicates Monday.
|
static Weekday |
Weekday.SATURDAY
Indicates Saturday.
|
static Weekday |
Weekday.SUNDAY
Indicates Sunday.
|
static Weekday |
Weekday.THURSDAY
Indicates Thursday.
|
static Weekday |
Weekday.TUESDAY
Indicates Tuesday.
|
static Weekday |
Weekday.WEDNESDAY
Indicates Wednesday.
|
Modifier and Type | Method and Description |
---|---|
static Weekday |
Weekday.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.