public enum DefaultCellStyle extends Enum<DefaultCellStyle> implements CellStyleKey
| Enum Constant and Description |
|---|
DEFAULT_CELL_STYLE |
| Modifier and Type | Method and Description |
|---|---|
CellStyleKey |
getKey()
Gets key.
|
static DefaultCellStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultCellStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfequalspublic static final DefaultCellStyle DEFAULT_CELL_STYLE
public static DefaultCellStyle[] values()
for (DefaultCellStyle c : DefaultCellStyle.values()) System.out.println(c);
public static DefaultCellStyle 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 CellStyleKey getKey()
DecorationEntityKeygetKey in interface DecorationEntityKey<CellStyleKey>Copyright © 2018. All rights reserved.