public static enum PivotPointData.ValueSource extends Enum<PivotPointData.ValueSource>
| Enum Constant and Description |
|---|
CLOSE
Indica que o cálculo é feito com o fechamento.
|
LAST
Indica que o cálculo é feito com a última.
|
| Modifier and Type | Method and Description |
|---|---|
static PivotPointData.ValueSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PivotPointData.ValueSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PivotPointData.ValueSource CLOSE
public static final PivotPointData.ValueSource LAST
public static PivotPointData.ValueSource[] values()
for (PivotPointData.ValueSource c : PivotPointData.ValueSource.values()) System.out.println(c);
public static PivotPointData.ValueSource 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 null