|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.businessobjects.jsf.sdk.properties.DestinationType
Specifies the destination type for the Destination component.
| Field Summary | |
static java.lang.String |
DEFAULT_EMAIL
|
static java.lang.String |
DEFAULT_ENTERPRISE
|
static java.lang.String |
DEFAULT_FILE
|
static java.lang.String |
DEFAULT_FTP
|
static java.lang.String |
DEFAULT_INBOX
|
static int |
DefaultEmail
A default set of email addresses specified by an administrator. |
static int |
DefaultEnterprise
The file repository server within BusinessObjects Enterprise specified by an administrator. |
static int |
DefaultFile
A default file location on a local machine set by an administrator. |
static int |
DefaultFtp
The name of a default FTP server specified by an administrator. |
static int |
DefaultInbox
A default BusinessObjects Enterprise inbox specified by an administrator. |
static java.lang.String |
SPECIFIC_EMAIL
|
static java.lang.String |
SPECIFIC_FILE
|
static java.lang.String |
SPECIFIC_FTP
|
static java.lang.String |
SPECIFIC_INBOX
|
static int |
SpecificEmail
A set of email addresses specified by the user. |
static int |
SpecificFile
A file location on a local machine specified by the user. |
static int |
SpecificFtp
The name of an FTP server specified by the user. |
static int |
SpecificInbox
A set of BusinessObjects Enterprise inboxes specified by the user. |
| Constructor Summary | |
DestinationType()
|
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int DefaultEnterprise
public static final int DefaultInbox
public static final int DefaultFile
public static final int DefaultFtp
public static final int DefaultEmail
public static final int SpecificInbox
public static final int SpecificFile
public static final int SpecificFtp
public static final int SpecificEmail
public static final java.lang.String DEFAULT_ENTERPRISE
public static final java.lang.String DEFAULT_INBOX
public static final java.lang.String DEFAULT_FILE
public static final java.lang.String DEFAULT_FTP
public static final java.lang.String DEFAULT_EMAIL
public static final java.lang.String SPECIFIC_INBOX
public static final java.lang.String SPECIFIC_FILE
public static final java.lang.String SPECIFIC_FTP
public static final java.lang.String SPECIFIC_EMAIL
| Constructor Detail |
public DestinationType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||