fr.cnes.genopus.forces
Enum GPEarthPotentialForceModel.AttractionModelsEnum

java.lang.Object
  extended by java.lang.Enum<GPEarthPotentialForceModel.AttractionModelsEnum>
      extended by fr.cnes.genopus.forces.GPEarthPotentialForceModel.AttractionModelsEnum
All Implemented Interfaces:
Serializable, Comparable<GPEarthPotentialForceModel.AttractionModelsEnum>
Enclosing class:
GPEarthPotentialForceModel

public static enum GPEarthPotentialForceModel.AttractionModelsEnum
extends Enum<GPEarthPotentialForceModel.AttractionModelsEnum>

Enumerate for normalized/unnormalized attraction models.


Enum Constant Summary
BALMINO
          Balmino attraction model.
CUNNINGHAM
          Cunningham attraction model.
DROZINER
          Droziner attraction model.
VARIABLE
          Variable.
 
Method Summary
 String getTooltip()
          Getter for the tooltip associated to the item element.
 String toString()
          
static GPEarthPotentialForceModel.AttractionModelsEnum valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GPEarthPotentialForceModel.AttractionModelsEnum[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

DROZINER

public static final GPEarthPotentialForceModel.AttractionModelsEnum DROZINER
Droziner attraction model.


CUNNINGHAM

public static final GPEarthPotentialForceModel.AttractionModelsEnum CUNNINGHAM
Cunningham attraction model.


BALMINO

public static final GPEarthPotentialForceModel.AttractionModelsEnum BALMINO
Balmino attraction model.


VARIABLE

public static final GPEarthPotentialForceModel.AttractionModelsEnum VARIABLE
Variable.

Method Detail

values

public static GPEarthPotentialForceModel.AttractionModelsEnum[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (GPEarthPotentialForceModel.AttractionModelsEnum c : GPEarthPotentialForceModel.AttractionModelsEnum.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static GPEarthPotentialForceModel.AttractionModelsEnum valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

toString

public String toString()

Overrides:
toString in class Enum<GPEarthPotentialForceModel.AttractionModelsEnum>

getTooltip

public String getTooltip()
Getter for the tooltip associated to the item element.

Returns:
the associated tooltip.


Copyright © 2017. All rights reserved.