|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CoverSheetType | |
|---|---|
| com.interstarinc.xmedius.sendfax.model | This package contains the fax model components. |
| Uses of CoverSheetType in com.interstarinc.xmedius.sendfax.model |
|---|
| Fields in com.interstarinc.xmedius.sendfax.model declared as CoverSheetType | |
|---|---|
private CoverSheetType |
DefaultFaxModel.coverSheetType
The fax cover sheet type. |
static CoverSheetType |
CoverSheetType.DEFAULT
DEFAULT : the fax server uses the cover sheet specified in the user profile. |
static CoverSheetType |
CoverSheetType.LOCAL
LOCAL : the fax server uses a cover sheet uploaded has an attachment by the user. |
static CoverSheetType |
CoverSheetType.NONE
NONE : the client sofware specified this type if the fax to be sent has no cover sheet. |
static CoverSheetType |
CoverSheetType.SERVER
SERVER : the fax server uses a cover sheet from the user's profile, other than the default cover sheet. |
| Methods in com.interstarinc.xmedius.sendfax.model that return CoverSheetType | |
|---|---|
CoverSheetType |
DefaultFaxModel.getCoverSheetType()
|
CoverSheetType |
IFaxModel.getCoverSheetType()
Required. |
static CoverSheetType |
CoverSheetType.getValueFor(String coverSheetType)
A utility method to convert a String into a CoverSheetType. |
| Methods in com.interstarinc.xmedius.sendfax.model with parameters of type CoverSheetType | |
|---|---|
void |
DefaultFaxModel.setCoverSheetType(CoverSheetType coverSheetType)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||