|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<RecordAggregator.AggregateCount>
com.endeca.portal.data.functions.RecordAggregator.AggregateCount
public static enum RecordAggregator.AggregateCount
Enum that parallels and abstracts the same constants in ENEQuery.
Enum Constant Summary | |
---|---|
ALL_ERECS_PER_AGGR
see ENEQuery.ALL_ERECS_PER_AGGR |
|
ONE_EREC_PER_AGGR
see ENEQuery.ONE_EREC_PER_AGGR |
|
ZERO_ERECS_PER_AGGR
see ENEQuery.ZERO_ERECS_PER_AGGR |
Method Summary | |
---|---|
static RecordAggregator.AggregateCount |
parseCount(java.lang.String count)
Accepts a string and tries to turn it into an AggregateCount |
static RecordAggregator.AggregateCount |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RecordAggregator.AggregateCount[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final RecordAggregator.AggregateCount ALL_ERECS_PER_AGGR
public static final RecordAggregator.AggregateCount ONE_EREC_PER_AGGR
public static final RecordAggregator.AggregateCount ZERO_ERECS_PER_AGGR
Method Detail |
---|
public static final RecordAggregator.AggregateCount[] values()
for(RecordAggregator.AggregateCount c : RecordAggregator.AggregateCount.values()) System.out.println(c);
public static RecordAggregator.AggregateCount 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 namepublic static RecordAggregator.AggregateCount parseCount(java.lang.String count) throws java.lang.IllegalArgumentException
count
- the inbound String
java.lang.IllegalArgumentException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |