public static enum ReportConstants.ScheduleType extends java.lang.Enum<ReportConstants.ScheduleType> implements MboSpecification
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)
Returns the enum constant of this type with the specified name.
|
static ReportConstants.ScheduleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportConstants.ScheduleType IMMEDIATE
public static final ReportConstants.ScheduleType ONCE
public static final ReportConstants.ScheduleType RECURRING
public static ReportConstants.ScheduleType[] values()
for (ReportConstants.ScheduleType c : ReportConstants.ScheduleType.values()) System.out.println(c);
public static ReportConstants.ScheduleType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<ReportConstants.ScheduleType>
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