public static enum Variant.CellType extends Enum<Variant.CellType>
| Enum Constant and Description |
|---|
_NONE |
BLANK |
BOOLEAN |
ERROR |
FORMULA |
NUMERIC |
STRING |
| Modifier and Type | Method and Description |
|---|---|
static Variant.CellType |
fromObject(Object o) |
static Variant.CellType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Variant.CellType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Variant.CellType _NONE
public static final Variant.CellType NUMERIC
public static final Variant.CellType STRING
public static final Variant.CellType FORMULA
public static final Variant.CellType BLANK
public static final Variant.CellType BOOLEAN
public static final Variant.CellType ERROR
public static Variant.CellType[] values()
for (Variant.CellType c : Variant.CellType.values()) System.out.println(c);
public static Variant.CellType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static Variant.CellType fromObject(Object o)
Copyright © 2013–2020 Adobe. All rights reserved.