| Modifier and Type | Field | Description |
|---|---|---|
AttributeNumeric.ComputeMethod |
AttributeNumeric.computeMethod |
| Modifier and Type | Method | Description |
|---|---|---|
static AttributeNumeric.ComputeMethod |
AttributeNumeric.ComputeMethod.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static AttributeNumeric.ComputeMethod[] |
AttributeNumeric.ComputeMethod.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
AttributeNumeric(double minValue,
double maxValue,
AttributeNumeric.ComputeMethod computeMethod,
double coefficient) |
Copyright © 2019. All rights reserved.