public enum PcpDimensionSet extends Enum<PcpDimensionSet>
Enum Constant and Description |
---|
EVENT |
EVENTS_PER_SPACE |
EVENTS_PER_TIME |
SPACE |
SPACE_PER_EVENT |
SPACE_PER_TIME |
TIME |
TIME_PER_BYTE |
TIME_PER_EVENT |
Modifier and Type | Method and Description |
---|---|
Collection<UnitMapping> |
getUnitMappings() |
static PcpDimensionSet |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PcpDimensionSet[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PcpDimensionSet SPACE
public static final PcpDimensionSet TIME
public static final PcpDimensionSet EVENT
public static final PcpDimensionSet SPACE_PER_TIME
public static final PcpDimensionSet SPACE_PER_EVENT
public static final PcpDimensionSet TIME_PER_BYTE
public static final PcpDimensionSet TIME_PER_EVENT
public static final PcpDimensionSet EVENTS_PER_SPACE
public static final PcpDimensionSet EVENTS_PER_TIME
public static PcpDimensionSet[] values()
for (PcpDimensionSet c : PcpDimensionSet.values()) System.out.println(c);
public static PcpDimensionSet valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic Collection<UnitMapping> getUnitMappings()
Copyright © 2009-2021 Performance Co-Pilot. All Rights Reserved.