| |
|
| com.bostechcorp.cbesb.runtime.component.email.EmailPropertiesEnumeration
EmailPropertiesEnumeration | public enum EmailPropertiesEnumeration (Code) | | author: LPS |
ATTACHEMENT_DIR | Enum Constant ATTACHEMENT_DIR(Code) | | |
CHARSET | Enum Constant CHARSET(Code) | | |
PASSWORD | Enum Constant PASSWORD(Code) | | |
POLING_INTERVAL | Enum Constant POLING_INTERVAL(Code) | | |
POLING_SCHEDULE | Enum Constant POLING_SCHEDULE(Code) | | |
RECORD_TYPE | Enum Constant RECORD_TYPE(Code) | | |
REPLY_CHARSET | Enum Constant REPLY_CHARSET(Code) | | |
REPLY_HOST | Enum Constant REPLY_HOST(Code) | | |
REPLY_PASSWORD | Enum Constant REPLY_PASSWORD(Code) | | |
REPLY_PORT | Enum Constant REPLY_PORT(Code) | | |
REPLY_USER | Enum Constant REPLY_USER(Code) | | |
SUBJECT | Enum Constant SUBJECT(Code) | | |
USE_SSL | Enum Constant USE_SSL(Code) | | |
getValue | abstract String getValue(EmailEndpoint endpoint)(Code) | | Parameters: endpoint - -- endpoint in use - attribute value according to enumeration item |
isSetable | abstract boolean isSetable()(Code) | | tells either is possible or not to set the value
false if the attribute is read only
|
setValue | abstract void setValue(EmailEndpoint endpoint, Object value)(Code) | | endpoint-- endpoint in use Parameters: value - - sets attribute value according to enumeration item |
|
|
|