public static final class ReportConstants.ScheduleType extends java.lang.Enum implements MboSpecification
Modifier and Type | Field and Description |
---|---|
static ReportConstants.ScheduleType |
IMMEDIATE |
static ReportConstants.ScheduleType |
ONCE |
static ReportConstants.ScheduleType |
RECURRING |
Modifier and Type | Method and Description |
---|---|
boolean |
isSatisfiedBy(MboRemote reportSchedule)
Checks the REPORTSCHEDULE MboRemote for The column specified on
the constant
ReportConstants.ScheduleType.FIELD ,
for a match against entry enum entry. |
boolean |
isType(java.lang.String type)
Checks if given value matches enum's value
|
java.lang.String |
toString() |
static ReportConstants.ScheduleType |
valueOf(java.lang.String name) |
static ReportConstants.ScheduleType[] |
values() |
public static final ReportConstants.ScheduleType IMMEDIATE
public static final ReportConstants.ScheduleType ONCE
public static final ReportConstants.ScheduleType RECURRING
public static ReportConstants.ScheduleType[] values()
public static ReportConstants.ScheduleType 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.ScheduleType.FIELD
,
for a match against entry enum entry.isSatisfiedBy
in interface MboSpecification
reportSchedule
- - MBORemote reference to REPORTSCHEDULEjava.rmi.RemoteException
MXException