Uses of Class
startup.features.FeatureRecognition.TARGET

Packages that use FeatureRecognition.TARGET
startup.features   
 

Uses of FeatureRecognition.TARGET in startup.features
 

Methods in startup.features that return FeatureRecognition.TARGET
 FeatureRecognition.TARGET FeatureRecognition.getTarget()
           
static FeatureRecognition.TARGET FeatureRecognition.TARGET.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FeatureRecognition.TARGET[] FeatureRecognition.TARGET.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in startup.features with parameters of type FeatureRecognition.TARGET
 void FeatureRecognition.setTarget(FeatureRecognition.TARGET target)