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