public enum PsFragmentFeature extends Enum<PsFragmentFeature> implements ExportFeature
Enum Constant and Description |
---|
annotation |
error_Da |
error_ppm |
fragment_charge |
fragment_losses |
fragment_name |
fragment_number |
fragment_subType |
fragment_type |
intensity |
mz |
theoretic_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 |
isAdvanced()
Indicates whether a feature is for advanced user only.
|
static PsFragmentFeature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PsFragmentFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="PsFragmentFeature.annotation") public static final PsFragmentFeature annotation
@SerializedName(value="PsFragmentFeature.fragment_type") public static final PsFragmentFeature fragment_type
@SerializedName(value="PsFragmentFeature.fragment_subType") public static final PsFragmentFeature fragment_subType
@SerializedName(value="PsFragmentFeature.fragment_number") public static final PsFragmentFeature fragment_number
@SerializedName(value="PsFragmentFeature.fragment_losses") public static final PsFragmentFeature fragment_losses
@SerializedName(value="PsFragmentFeature.fragment_name") public static final PsFragmentFeature fragment_name
@SerializedName(value="PsFragmentFeature.fragment_charge") public static final PsFragmentFeature fragment_charge
@SerializedName(value="PsFragmentFeature.theoretic_mz") public static final PsFragmentFeature theoretic_mz
@SerializedName(value="PsFragmentFeature.mz") public static final PsFragmentFeature mz
@SerializedName(value="PsFragmentFeature.intensity") public static final PsFragmentFeature intensity
@SerializedName(value="PsFragmentFeature.error_Da") public static final PsFragmentFeature error_Da
@SerializedName(value="PsFragmentFeature.error_ppm") public static final PsFragmentFeature error_ppm
public String title
public String description
public static final String type
public static PsFragmentFeature[] values()
for (PsFragmentFeature c : PsFragmentFeature.values()) System.out.println(c);
public static PsFragmentFeature 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.