public static final class ReportConstants.ReportTypes extends java.lang.Enum implements MboSpecification
Modifier and Type | Field and Description |
---|---|
static ReportConstants.ReportTypes |
BIRT |
static ReportConstants.ReportTypes |
COGNOS |
static ReportConstants.ReportTypes |
CRYSTAL |
static ReportConstants.ReportTypes |
CUSTOM |
Modifier and Type | Method and Description |
---|---|
boolean |
isSatisfiedBy(MboRemote report)
Checks the REPORT MboRemote for The column specified on
the constant
ReportConstants.ReportTypes.FIELD ,
for a match against this enum entry. |
boolean |
isType(java.lang.String type)
Checks if the given type is a match
|
java.lang.String |
toString() |
static ReportConstants.ReportTypes |
valueOf(java.lang.String name) |
static ReportConstants.ReportTypes[] |
values() |
public static final ReportConstants.ReportTypes BIRT
public static final ReportConstants.ReportTypes COGNOS
public static final ReportConstants.ReportTypes CRYSTAL
public static final ReportConstants.ReportTypes CUSTOM
public static ReportConstants.ReportTypes[] values()
public static ReportConstants.ReportTypes 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 report) throws java.rmi.RemoteException, MXException
ReportConstants.ReportTypes.FIELD
,
for a match against this enum entry.isSatisfiedBy
in interface MboSpecification
report
- java.rmi.RemoteException
MXException