public enum StiSummaryValues extends java.lang.Enum<StiSummaryValues>
| Enum Constant and Description |
|---|
AllValues |
SkipNulls |
SkipZerosAndNulls |
| Modifier and Type | Method and Description |
|---|---|
static StiSummaryValues |
forValue(int value) |
int |
getValue() |
static StiSummaryValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiSummaryValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiSummaryValues AllValues
public static final StiSummaryValues SkipZerosAndNulls
public static final StiSummaryValues SkipNulls
public static StiSummaryValues[] values()
for (StiSummaryValues c : StiSummaryValues.values()) System.out.println(c);
public static StiSummaryValues 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 StiSummaryValues forValue(int value)
Copyright © 2019 Stimulsoft. All Rights Reserved.