Uses of Class
util.featureSelection.FeatureSelectionStub.FEATURE_SELECTION_PURPOSE

Packages that use FeatureSelectionStub.FEATURE_SELECTION_PURPOSE
util.featureSelection   
 

Uses of FeatureSelectionStub.FEATURE_SELECTION_PURPOSE in util.featureSelection
 

Methods in util.featureSelection that return FeatureSelectionStub.FEATURE_SELECTION_PURPOSE
 FeatureSelectionStub.FEATURE_SELECTION_PURPOSE FeatureSelectionStub.getFeature_selection_purpose()
           
static FeatureSelectionStub.FEATURE_SELECTION_PURPOSE FeatureSelectionStub.FEATURE_SELECTION_PURPOSE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FeatureSelectionStub.FEATURE_SELECTION_PURPOSE[] FeatureSelectionStub.FEATURE_SELECTION_PURPOSE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in util.featureSelection with parameters of type FeatureSelectionStub.FEATURE_SELECTION_PURPOSE
 void FeatureSelectionStub.setFeature_selection_purpose(FeatureSelectionStub.FEATURE_SELECTION_PURPOSE feature_selection_purpose)