enum Dimension extends java.lang.Enum<Dimension> implements UnitValued
Modifier and Type | Field and Description |
---|---|
private int |
pcpDimension |
Modifier and Type | Method and Description |
---|---|
int |
getPmUnitsValue() |
static Dimension |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Dimension[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Dimension PER
public static final Dimension NONE
public static final Dimension UNITS
public static Dimension[] values()
for (Dimension c : Dimension.values()) System.out.println(c);
public static Dimension 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 int getPmUnitsValue()
getPmUnitsValue
in interface UnitValued