public enum SpreadsheetExpressionMarker extends Enum<SpreadsheetExpressionMarker>
| Enum Constant and Description |
|---|
CLOSED_CURLY_BRACKET |
EQUALS_SIGN |
OPEN_CURLY_BRACKET |
| Modifier and Type | Method and Description |
|---|---|
String |
getSymbol() |
static boolean |
isFormula(String src) |
String |
toString() |
static SpreadsheetExpressionMarker |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpreadsheetExpressionMarker[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpreadsheetExpressionMarker OPEN_CURLY_BRACKET
public static final SpreadsheetExpressionMarker CLOSED_CURLY_BRACKET
public static final SpreadsheetExpressionMarker EQUALS_SIGN
public static SpreadsheetExpressionMarker[] values()
for (SpreadsheetExpressionMarker c : SpreadsheetExpressionMarker.values()) System.out.println(c);
public static SpreadsheetExpressionMarker 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 boolean isFormula(String src)
public String toString()
toString in class Enum<SpreadsheetExpressionMarker>public String getSymbol()
Copyright © 2004–2019 OpenL Tablets. All rights reserved.