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