public enum LapType extends Enum<LapType>
| Enum Constant and Description |
|---|
ACTION |
ACTION_PATTERN |
ADOPT |
COMPETENCE |
COMPETENCE_ELEMENT |
DRIVE_COLLECTION |
DRIVE_ELEMENT |
PLAN |
SENSE |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getName() |
Class<?> |
getTypeClass() |
static LapType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LapType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LapType ACTION
public static final LapType ACTION_PATTERN
public static final LapType ADOPT
public static final LapType COMPETENCE
public static final LapType COMPETENCE_ELEMENT
public static final LapType DRIVE_COLLECTION
public static final LapType DRIVE_ELEMENT
public static final LapType PLAN
public static final LapType SENSE
public static LapType[] values()
for (LapType c : LapType.values()) System.out.println(c);
public static LapType 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 String getDisplayName()
public Class<?> getTypeClass()
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.