public enum StiMinimumType extends java.lang.Enum<StiMinimumType>
| Enum Constant and Description |
|---|
Auto
Minimal value will be calculated automatically based on values from data list.
|
Minimum
Minimal value will be calculated automatically based on values from data list.
|
Percent
Miminal value specified as percentage from all minimal values from data list.
|
Value
Specified minimal value.
|
| Modifier and Type | Method and Description |
|---|---|
static StiMinimumType |
forValue(int value) |
int |
getValue() |
static StiMinimumType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiMinimumType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiMinimumType Auto
public static final StiMinimumType Value
public static final StiMinimumType Percent
public static final StiMinimumType Minimum
public static StiMinimumType[] values()
for (StiMinimumType c : StiMinimumType.values()) System.out.println(c);
public static StiMinimumType 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 getValue()
public static StiMinimumType forValue(int value)
Copyright © 2019 Stimulsoft. All Rights Reserved.