public static enum CategoryEntity.CategoryType extends Enum<CategoryEntity.CategoryType>
| Enum Constant and Description |
|---|
COMPOUND_LOW_LEVEL_ABSTRACTION |
CONSTANT |
CONTEXT |
EVENT |
HIGH_LEVEL_ABSTRACTION |
LOW_LEVEL_ABSTRACTION |
PRIMITIVE_PARAMETER |
SEQUENTIAL_TEMPORAL_PATTERN_ABSTRACTION |
SLICE_ABSTRACTION |
VALUE_THRESHOLD |
| Modifier and Type | Method and Description |
|---|---|
static CategoryEntity.CategoryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CategoryEntity.CategoryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CategoryEntity.CategoryType CONSTANT
public static final CategoryEntity.CategoryType EVENT
public static final CategoryEntity.CategoryType PRIMITIVE_PARAMETER
public static final CategoryEntity.CategoryType LOW_LEVEL_ABSTRACTION
public static final CategoryEntity.CategoryType COMPOUND_LOW_LEVEL_ABSTRACTION
public static final CategoryEntity.CategoryType HIGH_LEVEL_ABSTRACTION
public static final CategoryEntity.CategoryType SLICE_ABSTRACTION
public static final CategoryEntity.CategoryType VALUE_THRESHOLD
public static final CategoryEntity.CategoryType SEQUENTIAL_TEMPORAL_PATTERN_ABSTRACTION
public static final CategoryEntity.CategoryType CONTEXT
public static CategoryEntity.CategoryType[] values()
for (CategoryEntity.CategoryType c : CategoryEntity.CategoryType.values()) System.out.println(c);
public static CategoryEntity.CategoryType 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–2020 Emory University. All rights reserved.