public enum JCGLProfilingIteration extends Enum<JCGLProfilingIteration>
| Enum Constant and Description |
|---|
CONTINUE
Continue iterating.
|
STOP
Stop iterating.
|
| Modifier and Type | Method and Description |
|---|---|
static JCGLProfilingIteration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JCGLProfilingIteration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JCGLProfilingIteration CONTINUE
public static final JCGLProfilingIteration STOP
public static JCGLProfilingIteration[] values()
for (JCGLProfilingIteration c : JCGLProfilingIteration.values()) System.out.println(c);
public static JCGLProfilingIteration 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 nullCopyright © 2017 <code@io7m.com> http://io7m.com