public static enum GeeqService.ScoreMode extends Enum<GeeqService.ScoreMode>
These are in lowercase as they used to be identified by name this way with string constants.
Modifier and Type | Method and Description |
---|---|
static GeeqService.ScoreMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeeqService.ScoreMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeeqService.ScoreMode all
public static final GeeqService.ScoreMode batch
public static final GeeqService.ScoreMode reps
public static final GeeqService.ScoreMode pub
public static GeeqService.ScoreMode[] values()
for (GeeqService.ScoreMode c : GeeqService.ScoreMode.values()) System.out.println(c);
public static GeeqService.ScoreMode 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 © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.