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