public static enum SRange.FillType extends Enum<SRange.FillType>
Enum Constant and Description |
---|
COPY |
DAYS |
DEFAULT |
FORMATS |
GROWTH_TREND |
HOURS |
LINER_TREND |
MONTHS |
SERIES |
VALUES |
WEEKDAYS |
YEARS |
Modifier and Type | Method and Description |
---|---|
static SRange.FillType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SRange.FillType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SRange.FillType DEFAULT
public static final SRange.FillType FORMATS
public static final SRange.FillType VALUES
public static final SRange.FillType COPY
public static final SRange.FillType DAYS
public static final SRange.FillType WEEKDAYS
public static final SRange.FillType MONTHS
public static final SRange.FillType YEARS
public static final SRange.FillType HOURS
public static final SRange.FillType GROWTH_TREND
public static final SRange.FillType LINER_TREND
public static final SRange.FillType SERIES
public static SRange.FillType[] values()
for (SRange.FillType c : SRange.FillType.values()) System.out.println(c);
public static SRange.FillType 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 © 2020. All rights reserved.