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