|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.data.FilterType
public final class FilterType
This class defines filter types.
IFilter
Field Summary | |
---|---|
static int |
_group
Group filter. |
static int |
_record
Record filter. |
static int |
_savedData
Saved data filter. |
static int |
_unknown
Unknown filter type. |
static int |
_viewTime
View-time filter. |
static FilterType |
group
Group filter. |
static FilterType |
record
Record filter. |
static FilterType |
savedData
Saved data filter. |
static FilterType |
unknown
Unknown filter type. |
static FilterType |
viewTime
View-time filter. |
Method Summary | |
---|---|
static FilterType |
from_int(int i)
Gets a FilterType object that matches the specified integer value. |
static FilterType |
from_string(java.lang.String sVal)
Gets a FilterType object that matches the specified name. |
java.lang.String |
toString()
Returns the String value of the FilterType . |
int |
value()
Returns the integer value of the FilterType . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int _unknown
public static final int _group
public static final int _record
public static final int _viewTime
public static final int _savedData
public static final FilterType unknown
public static final FilterType group
public static final FilterType record
public static final FilterType viewTime
public static final FilterType savedData
Method Detail |
---|
public static final FilterType from_int(int i)
FilterType
object that matches the specified integer value.
i
- an integer representation of the filter type.
public static final FilterType from_string(java.lang.String sVal)
FilterType
object that matches the specified name.
sVal
- the name of a type of filter
public java.lang.String toString()
String
value of the FilterType
.
toString
in class java.lang.Object
String
that identifies the type of filterpublic int value()
FilterType
.
int
that identifies the type of filter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |