public static enum Types.CorrectionLocationType extends Enum<Types.CorrectionLocationType>
Enum Constant and Description |
---|
INVALID |
LASTCOLUMN |
LASTFOURCOLUMNS |
LASTFOURROWS |
LASTROW |
LASTTWOCOLUMNS |
LASTTWOROWS |
NONE |
Modifier and Type | Method and Description |
---|---|
int |
getNumRemovedRowsColumns() |
boolean |
isRows() |
static Types.CorrectionLocationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Types.CorrectionLocationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Types.CorrectionLocationType NONE
public static final Types.CorrectionLocationType LASTROW
public static final Types.CorrectionLocationType LASTCOLUMN
public static final Types.CorrectionLocationType LASTTWOROWS
public static final Types.CorrectionLocationType LASTTWOCOLUMNS
public static final Types.CorrectionLocationType LASTFOURROWS
public static final Types.CorrectionLocationType LASTFOURCOLUMNS
public static final Types.CorrectionLocationType INVALID
public static Types.CorrectionLocationType[] values()
for (Types.CorrectionLocationType c : Types.CorrectionLocationType.values()) System.out.println(c);
public static Types.CorrectionLocationType 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 int getNumRemovedRowsColumns()
public boolean isRows()
Copyright © 2021 The Apache Software Foundation. All rights reserved.