Uses of Enum Class
neqsim.process.processmodel.SimulationResult.Status
Packages that use SimulationResult.Status
-
Uses of SimulationResult.Status in neqsim.process.processmodel
Subclasses with type arguments of type SimulationResult.Status in neqsim.process.processmodelModifier and TypeClassDescriptionstatic enumStatus of the simulation result.Fields in neqsim.process.processmodel declared as SimulationResult.StatusMethods in neqsim.process.processmodel that return SimulationResult.StatusModifier and TypeMethodDescriptionSimulationResult.getStatus()Gets the result status.static SimulationResult.StatusReturns the enum constant of this class with the specified name.static SimulationResult.Status[]SimulationResult.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in neqsim.process.processmodel with parameters of type SimulationResult.StatusModifierConstructorDescriptionprivateSimulationResult(SimulationResult.Status status, ProcessSystem processSystem, String reportJson, List<SimulationResult.ErrorDetail> errors, List<String> warnings) Private constructor — use static factory methods.