public static enum IElliottWaveChartObject.Degree extends java.lang.Enum<IElliottWaveChartObject.Degree>
Enum Constant and Description |
---|
CYCLE |
GRAND_SUPERCYCLE |
INTERMEDIATE |
MINOR |
MINUETTE |
MINUTE |
PRIMARY |
SUBMINUETTE |
SUPERCYCLE |
Modifier and Type | Method and Description |
---|---|
static IElliottWaveChartObject.Degree |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IElliottWaveChartObject.Degree[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IElliottWaveChartObject.Degree GRAND_SUPERCYCLE
public static final IElliottWaveChartObject.Degree SUPERCYCLE
public static final IElliottWaveChartObject.Degree CYCLE
public static final IElliottWaveChartObject.Degree PRIMARY
public static final IElliottWaveChartObject.Degree INTERMEDIATE
public static final IElliottWaveChartObject.Degree MINOR
public static final IElliottWaveChartObject.Degree MINUTE
public static final IElliottWaveChartObject.Degree MINUETTE
public static final IElliottWaveChartObject.Degree SUBMINUETTE
public static IElliottWaveChartObject.Degree[] values()
for (IElliottWaveChartObject.Degree c : IElliottWaveChartObject.Degree.values()) System.out.println(c);
public static IElliottWaveChartObject.Degree valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2024. All rights reserved.