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