public static enum ReportConstants.EmailType extends java.lang.Enum<ReportConstants.EmailType> implements MboSpecification
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)
Returns the enum constant of this type with the specified name.
|
static ReportConstants.EmailType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportConstants.EmailType URL
public static final ReportConstants.EmailType ATTACH
public static ReportConstants.EmailType[] values()
for (ReportConstants.EmailType c : ReportConstants.EmailType.values()) System.out.println(c);
public static ReportConstants.EmailType 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.EmailType>
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