public static enum QosAggregator.AggMode extends java.lang.Enum<QosAggregator.AggMode>
Enum Constant and Description |
---|
AVAILABILITY |
BOOLEAN |
COST |
ORDERED |
REPMINMAX |
REPUTATION |
THROUGHPUT |
TIME |
UNORDERED |
Modifier and Type | Method and Description |
---|---|
static QosAggregator.AggMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QosAggregator.AggMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QosAggregator.AggMode BOOLEAN
public static final QosAggregator.AggMode ORDERED
public static final QosAggregator.AggMode UNORDERED
public static final QosAggregator.AggMode REPUTATION
public static final QosAggregator.AggMode REPMINMAX
public static final QosAggregator.AggMode THROUGHPUT
public static final QosAggregator.AggMode COST
public static final QosAggregator.AggMode AVAILABILITY
public static final QosAggregator.AggMode TIME
public static QosAggregator.AggMode[] values()
for (QosAggregator.AggMode c : QosAggregator.AggMode.values()) System.out.println(c);
public static QosAggregator.AggMode 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 namejava.lang.NullPointerException
- if the argument is null