public static enum ReportConstants.EmailFileTypes extends java.lang.Enum<ReportConstants.EmailFileTypes> implements MboSpecification
Enum Constant and Description |
---|
HTML |
PDF |
XLS |
XLS_SPUDSOFT |
XLSX |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContentType() |
java.lang.String |
getExtension() |
java.lang.String |
getName() |
boolean |
isSatisfiedBy(MboRemote reportSchedule)
Checks the REPORTSCHEDULE MboRemote for The column specified on
the constant
ReportConstants.EmailFileTypes.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.EmailFileTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReportConstants.EmailFileTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportConstants.EmailFileTypes PDF
public static final ReportConstants.EmailFileTypes XLS
public static final ReportConstants.EmailFileTypes XLSX
public static final ReportConstants.EmailFileTypes XLS_SPUDSOFT
public static final ReportConstants.EmailFileTypes HTML
public static ReportConstants.EmailFileTypes[] values()
for (ReportConstants.EmailFileTypes c : ReportConstants.EmailFileTypes.values()) System.out.println(c);
public static ReportConstants.EmailFileTypes 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 getName()
public java.lang.String getExtension()
public java.lang.String getContentType()
public java.lang.String toString()
toString
in class java.lang.Enum<ReportConstants.EmailFileTypes>
public boolean isType(java.lang.String type)
type
- - Any string, including nullpublic boolean isSatisfiedBy(MboRemote reportSchedule) throws java.rmi.RemoteException, MXException
ReportConstants.EmailFileTypes.FIELD
,
for a match against entry enum entry.isSatisfiedBy
in interface MboSpecification
reportSchedule
- - MBORemote reference to REPORTSCHEDULEjava.rmi.RemoteException
MXException