public enum ReporterPsmFeatures extends Enum<ReporterPsmFeatures> implements ReporterExportFeature
Enum Constant and Description |
---|
deisotoped_intensity |
ratio |
raw_ratio |
reporter_intensity |
reporter_mz |
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 |
hasChannels()
Indicates whether the feature is channel dependent.
|
boolean |
isAdvanced()
Indicates whether a feature is for advanced user only.
|
static ReporterPsmFeatures |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReporterPsmFeatures[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="ReporterPsmFeatures.reporter_mz") public static final ReporterPsmFeatures reporter_mz
@SerializedName(value="ReporterPsmFeatures.reporter_intensity") public static final ReporterPsmFeatures reporter_intensity
@SerializedName(value="ReporterPsmFeatures.deisotoped_intensity") public static final ReporterPsmFeatures deisotoped_intensity
@SerializedName(value="ReporterPsmFeatures.raw_ratio") public static final ReporterPsmFeatures raw_ratio
@SerializedName(value="ReporterPsmFeatures.ratio") public static final ReporterPsmFeatures ratio
public String title
public String description
public static final String type
public static ReporterPsmFeatures[] values()
for (ReporterPsmFeatures c : ReporterPsmFeatures.values()) System.out.println(c);
public static ReporterPsmFeatures 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 String getTitle()
ExportFeature
getTitle
in interface ExportFeature
public String getDescription()
ExportFeature
getDescription
in interface ExportFeature
public String getFeatureFamily()
ExportFeature
getFeatureFamily
in interface ExportFeature
public ArrayList<ExportFeature> getExportFeatures(boolean includeSubFeatures)
ExportFeature
getExportFeatures
in interface ExportFeature
includeSubFeatures
- boolean indicating whether sub features should
be includedpublic boolean hasChannels()
ReporterExportFeature
hasChannels
in interface ReporterExportFeature
public boolean isAdvanced()
ExportFeature
isAdvanced
in interface ExportFeature
Copyright © 2021. All rights reserved.