public static final class ReportConstants.EmailType extends java.lang.Enum implements MboSpecification
Modifier and Type | Field and Description |
---|---|
static ReportConstants.EmailType |
ATTACH |
static ReportConstants.EmailType |
URL |
Modifier and Type | Method and Description |
---|---|
boolean |
isSatisfiedBy(MboRemote reportSchedule)
Checks the REPORTSCHEDULE MboRemote for The column specified on
the constant
ReportConstants.EmailType.FIELD ,
for a match against entry enum entry. |
boolean |
isType(java.lang.String type)
Checks if the given type is a match
|
java.lang.String |
toString() |
static ReportConstants.EmailType |
valueOf(java.lang.String name) |
static ReportConstants.EmailType[] |
values() |
public static final ReportConstants.EmailType URL
public static final ReportConstants.EmailType ATTACH
public static ReportConstants.EmailType[] values()
public static ReportConstants.EmailType valueOf(java.lang.String name)
public java.lang.String toString()
toString
in class java.lang.Enum
public boolean isType(java.lang.String type)
type
- - Any string, including nullpublic boolean isSatisfiedBy(MboRemote reportSchedule) throws java.rmi.RemoteException, MXException
ReportConstants.EmailType.FIELD
,
for a match against entry enum entry.isSatisfiedBy
in interface MboSpecification
reportSchedule
- - MBORemote reference to REPORTSCHEDULEjava.rmi.RemoteException
MXException