public enum PsPsmFeature extends Enum<PsPsmFeature> implements ExportFeature
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 PsPsmFeature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PsPsmFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="PsPsmFeature.starred") public static final PsPsmFeature starred
@SerializedName(value="PsPsmFeature.id") public static final PsPsmFeature id
@SerializedName(value="PsPsmFeature.protein_groups") public static final PsPsmFeature protein_groups
@SerializedName(value="PsPsmFeature.best_protein_group_validation") public static final PsPsmFeature best_protein_group_validation
@SerializedName(value="PsPsmFeature.localization_confidence") public static final PsPsmFeature localization_confidence
@SerializedName(value="PsPsmFeature.probabilistic_score") public static final PsPsmFeature probabilistic_score
@SerializedName(value="PsPsmFeature.d_score") public static final PsPsmFeature d_score
@SerializedName(value="PsPsmFeature.confident_modification_sites") public static final PsPsmFeature confident_modification_sites
@SerializedName(value="PsPsmFeature.confident_modification_sites_number") public static final PsPsmFeature confident_modification_sites_number
@SerializedName(value="PsPsmFeature.ambiguous_modification_sites") public static final PsPsmFeature ambiguous_modification_sites
@SerializedName(value="PsPsmFeature.ambiguous_modification_sites_number") public static final PsPsmFeature ambiguous_modification_sites_number
@SerializedName(value="PsPsmFeature.confident_phosphosites") public static final PsPsmFeature confident_phosphosites
@SerializedName(value="PsPsmFeature.confident_phosphosites_number") public static final PsPsmFeature confident_phosphosites_number
@SerializedName(value="PsPsmFeature.ambiguous_phosphosites") public static final PsPsmFeature ambiguous_phosphosites
@SerializedName(value="PsPsmFeature.ambiguous_phosphosites_number") public static final PsPsmFeature ambiguous_phosphosites_number
@SerializedName(value="PsPsmFeature.algorithm_score") public static final PsPsmFeature algorithm_score
@SerializedName(value="PsPsmFeature.raw_score") public static final PsPsmFeature raw_score
@SerializedName(value="PsPsmFeature.score") public static final PsPsmFeature score
@SerializedName(value="PsPsmFeature.confidence") public static final PsPsmFeature confidence
@SerializedName(value="PsPsmFeature.validated") public static final PsPsmFeature validated
@SerializedName(value="PsPsmFeature.starred") public static final PsPsmFeature hidden
public String title
public String description
public static final String type
public static PsPsmFeature[] values()
for (PsPsmFeature c : PsPsmFeature.values()) System.out.println(c);
public static PsPsmFeature 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.