public static enum MathElement.TypeEnum extends Enum<MathElement.TypeEnum>
Modifier and Type | Class and Description |
---|---|
static class |
MathElement.TypeEnum.Adapter |
Enum Constant and Description |
---|
ACCENT |
ARRAY |
BAR |
BLOCK |
BORDERBOX |
BOX |
DELIMITER |
FRACTION |
FUNCTION |
GROUPINGCHARACTER |
LEFTSUBSUPERSCRIPTELEMENT |
LIMIT |
MATRIX |
NARYOPERATOR |
RADICAL |
RIGHTSUBSUPERSCRIPTELEMENT |
SUBSCRIPTELEMENT |
SUPERSCRIPTELEMENT |
TEXT |
Modifier and Type | Method and Description |
---|---|
static MathElement.TypeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static MathElement.TypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MathElement.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MathElement.TypeEnum ACCENT
public static final MathElement.TypeEnum ARRAY
public static final MathElement.TypeEnum BAR
public static final MathElement.TypeEnum BLOCK
public static final MathElement.TypeEnum BORDERBOX
public static final MathElement.TypeEnum BOX
public static final MathElement.TypeEnum DELIMITER
public static final MathElement.TypeEnum TEXT
public static final MathElement.TypeEnum FRACTION
public static final MathElement.TypeEnum FUNCTION
public static final MathElement.TypeEnum GROUPINGCHARACTER
public static final MathElement.TypeEnum LEFTSUBSUPERSCRIPTELEMENT
public static final MathElement.TypeEnum LIMIT
public static final MathElement.TypeEnum MATRIX
public static final MathElement.TypeEnum NARYOPERATOR
public static final MathElement.TypeEnum RADICAL
public static final MathElement.TypeEnum RIGHTSUBSUPERSCRIPTELEMENT
public static final MathElement.TypeEnum SUBSCRIPTELEMENT
public static final MathElement.TypeEnum SUPERSCRIPTELEMENT
public static MathElement.TypeEnum[] values()
for (MathElement.TypeEnum c : MathElement.TypeEnum.values()) System.out.println(c);
public static MathElement.TypeEnum 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 getValue()
public String toString()
toString
in class Enum<MathElement.TypeEnum>
public static MathElement.TypeEnum fromValue(String text)
Copyright © 2022. All rights reserved.