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