public enum PcpDimensionSet extends java.lang.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 | Field and Description |
|---|---|
private java.util.Collection<UnitMapping> |
unitMappings |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<UnitMapping> |
getUnitMappings() |
static PcpDimensionSet |
valueOf(java.lang.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
private final java.util.Collection<UnitMapping> unitMappings
public static PcpDimensionSet[] values()
for (PcpDimensionSet c : PcpDimensionSet.values()) System.out.println(c);
public static PcpDimensionSet 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 nullpublic java.util.Collection<UnitMapping> getUnitMappings()