public static enum GPComplexPotentialForceModel.AttractionModelsEnum extends Enum<GPComplexPotentialForceModel.AttractionModelsEnum>
| Enum Constant and Description |
|---|
CUNNINGHAM
Cunningham attraction model.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getTooltip()
Getter for the tooltip associated to the item element.
|
String |
toString() |
static GPComplexPotentialForceModel.AttractionModelsEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GPComplexPotentialForceModel.AttractionModelsEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GPComplexPotentialForceModel.AttractionModelsEnum CUNNINGHAM
public static GPComplexPotentialForceModel.AttractionModelsEnum[] values()
for (GPComplexPotentialForceModel.AttractionModelsEnum c : GPComplexPotentialForceModel.AttractionModelsEnum.values()) System.out.println(c);
public static GPComplexPotentialForceModel.AttractionModelsEnum 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 toString()
toString in class Enum<GPComplexPotentialForceModel.AttractionModelsEnum>public String getTooltip()
Copyright © 2025. All rights reserved.