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