public static enum IonFeature.Property extends Enum<IonFeature.Property>
Enum Constant and Description |
---|
length |
mass |
massOverLength |
relativeLength |
Modifier and Type | Field and Description |
---|---|
String |
description
The description of the option.
|
int |
index
The index of the option.
|
String |
name
The name of the option.
|
Modifier and Type | Method and Description |
---|---|
static IonFeature.Property |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IonFeature.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IonFeature.Property mass
public static final IonFeature.Property massOverLength
public static final IonFeature.Property length
public static final IonFeature.Property relativeLength
public final int index
public final String name
public final String description
public static IonFeature.Property[] values()
for (IonFeature.Property c : IonFeature.Property.values()) System.out.println(c);
public static IonFeature.Property 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 nullCopyright © 2019. All rights reserved.