public static enum PowerLawSingularity.PowerLawSingularityType extends Enum<PowerLawSingularity.PowerLawSingularityType>
Enum Constant and Description |
---|
LOWER
diverge near x = a
|
UPPER
diverge near x = b
|
Modifier and Type | Method and Description |
---|---|
static PowerLawSingularity.PowerLawSingularityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PowerLawSingularity.PowerLawSingularityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PowerLawSingularity.PowerLawSingularityType UPPER
public static final PowerLawSingularity.PowerLawSingularityType LOWER
public static PowerLawSingularity.PowerLawSingularityType[] values()
for (PowerLawSingularity.PowerLawSingularityType c : PowerLawSingularity.PowerLawSingularityType.values()) System.out.println(c);
public static PowerLawSingularity.PowerLawSingularityType 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 © 2010-2020 NM FinTech Ltd.. All Rights Reserved.