public enum StiFontIconSet extends java.lang.Enum<StiFontIconSet>
| Modifier and Type | Method and Description |
|---|---|
static StiFontIconSet |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiFontIconSet[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiFontIconSet Rating
public static final StiFontIconSet Quarter
public static final StiFontIconSet Square
public static final StiFontIconSet Star
public static final StiFontIconSet Latin
public static StiFontIconSet[] values()
for (StiFontIconSet c : StiFontIconSet.values()) System.out.println(c);
public static StiFontIconSet 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.