Enum Class SpinodalDecompositionDetector.StabilityState
java.lang.Object
java.lang.Enum<SpinodalDecompositionDetector.StabilityState>
neqsim.util.nucleation.SpinodalDecompositionDetector.StabilityState
- All Implemented Interfaces:
Serializable, Comparable<SpinodalDecompositionDetector.StabilityState>, Constable
- Enclosing class:
SpinodalDecompositionDetector
public static enum SpinodalDecompositionDetector.StabilityState
extends Enum<SpinodalDecompositionDetector.StabilityState>
Enumeration of thermodynamic stability states.
- Version:
- 1.0
- Author:
- esol
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBetween binodal and spinodal — classical nucleation applies.Single-phase region, no phase transition possible.Could not be determined.Inside spinodal — barrierless spontaneous decomposition. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
STABLE
Single-phase region, no phase transition possible. -
METASTABLE
Between binodal and spinodal — classical nucleation applies. -
UNSTABLE
Inside spinodal — barrierless spontaneous decomposition. -
UNKNOWN
Could not be determined.
-
-
Constructor Details
-
StabilityState
private StabilityState()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-