public static enum LogMapMark.Type extends Enum<LogMapMark.Type>
| Enum Constant and Description |
|---|
END_EVENT |
FIXED_DURATION |
START_EVENT |
| Modifier and Type | Method and Description |
|---|---|
static LogMapMark.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogMapMark.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogMapMark.Type FIXED_DURATION
public static final LogMapMark.Type START_EVENT
public static final LogMapMark.Type END_EVENT
public static LogMapMark.Type[] values()
for (LogMapMark.Type c : LogMapMark.Type.values()) System.out.println(c);
public static LogMapMark.Type 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 © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.