public static enum MatrixContext.AutomaticMode extends Enum<MatrixContext.AutomaticMode>
Modifier and Type | Method and Description |
---|---|
static MatrixContext.AutomaticMode |
fromSize(int objs,
int atts) |
static MatrixContext.AutomaticMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatrixContext.AutomaticMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MatrixContext.AutomaticMode NONE
public static final MatrixContext.AutomaticMode CLEAN
public static final MatrixContext.AutomaticMode REDUCE
public static MatrixContext.AutomaticMode[] values()
for (MatrixContext.AutomaticMode c : MatrixContext.AutomaticMode.values()) System.out.println(c);
public static MatrixContext.AutomaticMode 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 final MatrixContext.AutomaticMode fromSize(int objs, int atts)
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.