public enum PsInputFilterFeature extends Enum<PsInputFilterFeature> implements ExportFeature
Enum Constant and Description |
---|
max_mz_deviation |
max_mz_deviation_unit |
max_peptide_length |
min_peptide_length |
unknown_PTM |
Modifier and Type | Field and Description |
---|---|
String |
description
The description of the feature.
|
String |
title
The title of the feature which will be used for column heading.
|
static String |
type
The type of export feature.
|
serialVersionUID
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the description of the feature.
|
ArrayList<ExportFeature> |
getExportFeatures(boolean includeSubFeatures)
Returns a list of all implemented export features.
|
String |
getFeatureFamily()
Returns the family type of this export feature.
|
String |
getTitle()
Returns the column title of the feature.
|
boolean |
isAdvanced()
Indicates whether a feature is for advanced user only.
|
static PsInputFilterFeature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PsInputFilterFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="PsInputFilterFeature.min_peptide_length") public static final PsInputFilterFeature min_peptide_length
@SerializedName(value="PsInputFilterFeature.max_peptide_length") public static final PsInputFilterFeature max_peptide_length
@SerializedName(value="PsInputFilterFeature.max_mz_deviation") public static final PsInputFilterFeature max_mz_deviation
@SerializedName(value="PsInputFilterFeature.max_mz_deviation_unit") public static final PsInputFilterFeature max_mz_deviation_unit
@SerializedName(value="PsInputFilterFeature.unknown_PTM") public static final PsInputFilterFeature unknown_PTM
public String title
public String description
public static final String type
public static PsInputFilterFeature[] values()
for (PsInputFilterFeature c : PsInputFilterFeature.values()) System.out.println(c);
public static PsInputFilterFeature 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 nullpublic ArrayList<ExportFeature> getExportFeatures(boolean includeSubFeatures)
ExportFeature
getExportFeatures
in interface ExportFeature
includeSubFeatures
- boolean indicating whether sub features should
be includedpublic String getTitle()
ExportFeature
getTitle
in interface ExportFeature
public String getDescription()
ExportFeature
getDescription
in interface ExportFeature
public String getFeatureFamily()
ExportFeature
getFeatureFamily
in interface ExportFeature
public boolean isAdvanced()
ExportFeature
isAdvanced
in interface ExportFeature
Copyright © 2021. All rights reserved.