public static enum MatrixContext.Incidence extends Enum<MatrixContext.Incidence>
Enum Constant and Description |
---|
BOTH_ARROW |
BOTH_PATH |
CROSS |
DOWN_ARROW |
DOWN_PATH |
NO_CROSS |
UP_ARROW |
UP_PATH |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static MatrixContext.Incidence |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatrixContext.Incidence[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MatrixContext.Incidence CROSS
public static final MatrixContext.Incidence DOWN_ARROW
public static final MatrixContext.Incidence UP_ARROW
public static final MatrixContext.Incidence BOTH_ARROW
public static final MatrixContext.Incidence DOWN_PATH
public static final MatrixContext.Incidence UP_PATH
public static final MatrixContext.Incidence BOTH_PATH
public static final MatrixContext.Incidence NO_CROSS
public static MatrixContext.Incidence[] values()
for (MatrixContext.Incidence c : MatrixContext.Incidence.values()) System.out.println(c);
public static MatrixContext.Incidence 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 final String toString()
toString
in class Enum<MatrixContext.Incidence>
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.