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