Package | Description |
---|---|
com.ibm.tivoli.maximo.report.expr |
Modifier and Type | Method and Description |
---|---|
static Collector.Mode |
Collector.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Collector.Mode[] |
Collector.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Collector(Collector.Mode mode) |
TypeCollector(int type,
Collector.Mode mode) |
ValueCollector(int type,
Collector.Mode mode,
boolean ignoreCase,
java.lang.String... values) |