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