Uses of Class
util.featureSelection.FeatureSelectionStub.FEATURE_SELECTION_TYPE

Packages that use FeatureSelectionStub.FEATURE_SELECTION_TYPE
util.featureSelection   
 

Uses of FeatureSelectionStub.FEATURE_SELECTION_TYPE in util.featureSelection
 

Methods in util.featureSelection that return FeatureSelectionStub.FEATURE_SELECTION_TYPE
 FeatureSelectionStub.FEATURE_SELECTION_TYPE FeatureSelectionStub.getFeature_selection_type()
           
static FeatureSelectionStub.FEATURE_SELECTION_TYPE FeatureSelectionStub.FEATURE_SELECTION_TYPE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FeatureSelectionStub.FEATURE_SELECTION_TYPE[] FeatureSelectionStub.FEATURE_SELECTION_TYPE.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_TYPE
 void FeatureSelectionStub.setFeature_selection_type(FeatureSelectionStub.FEATURE_SELECTION_TYPE feature_selection_type)