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