public enum PsAnnotationFeature extends Enum<PsAnnotationFeature> implements ExportFeature
Enum Constant and Description |
---|
automatic_annotation |
fragment_ion_accuracy |
intensity_limit |
neutral_losses |
neutral_losses_sequence_dependence |
selected_ions |
Modifier and Type | Field and Description |
---|---|
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 PsAnnotationFeature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PsAnnotationFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="PsAnnotationFeature.intensity_limit") public static final PsAnnotationFeature intensity_limit
@SerializedName(value="PsAnnotationFeature.automatic_annotation") public static final PsAnnotationFeature automatic_annotation
@SerializedName(value="PsAnnotationFeature.selected_ions") public static final PsAnnotationFeature selected_ions
@SerializedName(value="PsAnnotationFeature.neutral_losses") public static final PsAnnotationFeature neutral_losses
@SerializedName(value="PsAnnotationFeature.neutral_losses_sequence_dependence") public static final PsAnnotationFeature neutral_losses_sequence_dependence
@SerializedName(value="PsAnnotationFeature.fragment_ion_accuracy") public static final PsAnnotationFeature fragment_ion_accuracy
public static final String type
public static PsAnnotationFeature[] values()
for (PsAnnotationFeature c : PsAnnotationFeature.values()) System.out.println(c);
public static PsAnnotationFeature 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.