public enum StiGaugeStyleId extends java.lang.Enum<StiGaugeStyleId>
| Enum Constant and Description |
|---|
StiStyle25 |
StiStyle26 |
StiStyle27 |
StiStyle28 |
StiStyle29 |
StiStyle30 |
| Modifier and Type | Method and Description |
|---|---|
static StiGaugeStyleId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiGaugeStyleId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiGaugeStyleId StiStyle25
public static final StiGaugeStyleId StiStyle26
public static final StiGaugeStyleId StiStyle27
public static final StiGaugeStyleId StiStyle28
public static final StiGaugeStyleId StiStyle29
public static final StiGaugeStyleId StiStyle30
public static StiGaugeStyleId[] values()
for (StiGaugeStyleId c : StiGaugeStyleId.values()) System.out.println(c);
public static StiGaugeStyleId 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 nullCopyright © 2019 Stimulsoft. All Rights Reserved.