public enum CellAttribute extends Enum<CellAttribute>
RangeImpl.ModelManipulationTask
Enum Constant and Description |
---|
ALL |
COMMENT |
MERGE |
SIZE |
STYLE |
TEXT |
Modifier and Type | Field and Description |
---|---|
int |
value |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static CellAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CellAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CellAttribute ALL
public static final CellAttribute TEXT
public static final CellAttribute STYLE
public static final CellAttribute SIZE
public static final CellAttribute MERGE
public static final CellAttribute COMMENT
public static CellAttribute[] values()
for (CellAttribute c : CellAttribute.values()) System.out.println(c);
public static CellAttribute 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 String toString()
toString
in class Enum<CellAttribute>
Copyright © 2020. All rights reserved.