|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||

java.lang.Objectjava.lang.Enum<FeatureCategory>
org.android.activityminer.model.features.FeatureCategory
public enum FeatureCategory
Feature categories based on the data source (e.g. location data or accelerometer data)
| Enum Constant Summary | |
|---|---|
AccelerometerFeature
Accelerometer data based features |
|
LocationFeature
Location data based features |
|
| Method Summary | |
|---|---|
static FeatureCategory |
getCategory(FeatureTypes featureType)
Getter for the category of a specific feature type |
static boolean |
isLocationFeature(FeatureTypes featureType)
Test method if a feature is a location feature |
static FeatureCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FeatureCategory[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final FeatureCategory AccelerometerFeature
public static final FeatureCategory LocationFeature
| Method Detail |
|---|
public static FeatureCategory[] values()
for (FeatureCategory c : FeatureCategory.values()) System.out.println(c);
public static FeatureCategory valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic static final FeatureCategory getCategory(FeatureTypes featureType)
featureType - the feature type to get the category for
public static final boolean isLocationFeature(FeatureTypes featureType)
featureType - the feature type to test
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||