public static enum MathMLContentParser.Behaviour extends java.lang.Enum<MathMLContentParser.Behaviour>
| Enum Constant and Description |
|---|
RETURNALLCHILDREN |
RETURNKNOWCHILDREN |
RETURNNULL |
| Modifier and Type | Method and Description |
|---|---|
static MathMLContentParser.Behaviour |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MathMLContentParser.Behaviour[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MathMLContentParser.Behaviour RETURNNULL
public static final MathMLContentParser.Behaviour RETURNKNOWCHILDREN
public static final MathMLContentParser.Behaviour RETURNALLCHILDREN
public static MathMLContentParser.Behaviour[] values()
for (MathMLContentParser.Behaviour c : MathMLContentParser.Behaviour.values()) System.out.println(c);
public static MathMLContentParser.Behaviour valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2018 Singular Systems http://www.singularsys.com/jep