public enum MergedCell extends Enum<MergedCell> implements ExtendedValue
| Enum Constant and Description |
|---|
MERGE_WITH_LEFT |
MERGE_WITH_UP |
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue() |
static MergedCell |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MergedCell[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MergedCell MERGE_WITH_LEFT
public static final MergedCell MERGE_WITH_UP
public static MergedCell[] values()
for (MergedCell c : MergedCell.values()) System.out.println(c);
public static MergedCell 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 Object getValue()
getValue in interface ExtendedValueCopyright © 2004–2019 OpenL Tablets. All rights reserved.