Uses of Enum Class
neqsim.process.mechanicaldesign.StudyClass
Packages that use StudyClass
-
Uses of StudyClass in neqsim.process.mechanicaldesign
Subclasses with type arguments of type StudyClass in neqsim.process.mechanicaldesignModifier and TypeClassDescriptionenumStudy classification for engineering deliverables.Fields in neqsim.process.mechanicaldesign declared as StudyClassModifier and TypeFieldDescriptionprivate final StudyClassEngineeringDeliverablesPackage.studyClassStudy class that determines which deliverables are generated.private StudyClassFieldDevelopmentDesignOrchestrator.studyClassStudy class for engineering deliverables (null = no deliverables).Methods in neqsim.process.mechanicaldesign that return StudyClassModifier and TypeMethodDescriptionEngineeringDeliverablesPackage.getStudyClass()Get the study class.FieldDevelopmentDesignOrchestrator.getStudyClass()Get the configured study class.static StudyClassReturns the enum constant of this class with the specified name.static StudyClass[]StudyClass.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.mechanicaldesign with parameters of type StudyClassModifier and TypeMethodDescriptionFieldDevelopmentDesignOrchestrator.setStudyClass(StudyClass studyClass) Set the study class for engineering deliverables generation.Constructors in neqsim.process.mechanicaldesign with parameters of type StudyClassModifierConstructorDescriptionEngineeringDeliverablesPackage(ProcessSystem processSystem, StudyClass studyClass) Create a deliverables package for the given process system and study class.