Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected AggregateStateAggregateKind |
AggregateType.aggregateKind
Grouping criterion used to group the aggregate.
|
Modifier and Type | Method and Description |
---|---|
AggregateStateAggregateKind |
AggregateType.getAggregateKind()
Getter for
AggregateType.aggregateKind |
Modifier and Type | Method and Description |
---|---|
AggregateType |
AggregateType.setAggregateKind(AggregateStateAggregateKind pAggregateKind)
Setter for
AggregateType.aggregateKind |
Modifier and Type | Method and Description |
---|---|
static AggregateStateAggregateKind |
AggregateStateAggregateKind.getEnumForValue(int i) |
static AggregateStateAggregateKind |
AggregateStateAggregateKind.unmarshalEnum(java.nio.ByteBuffer buff) |
static AggregateStateAggregateKind |
AggregateStateAggregateKind.unmarshalEnum(java.io.DataInputStream dis) |
static AggregateStateAggregateKind |
AggregateStateAggregateKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AggregateStateAggregateKind[] |
AggregateStateAggregateKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|