Serializable, Comparable<AttributeNumeric.ComputeMethod>public static enum AttributeNumeric.ComputeMethod extends Enum<AttributeNumeric.ComputeMethod>
| Modifier and Type | Method | Description |
|---|---|---|
static AttributeNumeric.ComputeMethod |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static AttributeNumeric.ComputeMethod[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeNumeric.ComputeMethod NORMAL
public static final AttributeNumeric.ComputeMethod SQRT
public static final AttributeNumeric.ComputeMethod LOG10
public static AttributeNumeric.ComputeMethod[] values()
for (AttributeNumeric.ComputeMethod c : AttributeNumeric.ComputeMethod.values()) System.out.println(c);
public static AttributeNumeric.ComputeMethod 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 nullCopyright © 2019. All rights reserved.