Uses of Enum Class
neqsim.process.equipment.distillation.ColumnSpecification.ProductLocation
Packages that use ColumnSpecification.ProductLocation
-
Uses of ColumnSpecification.ProductLocation in neqsim.process.equipment.distillation
Subclasses with type arguments of type ColumnSpecification.ProductLocation in neqsim.process.equipment.distillationModifier and TypeClassDescriptionstatic enumIndicates which end of the column this specification refers to.Fields in neqsim.process.equipment.distillation declared as ColumnSpecification.ProductLocationModifier and TypeFieldDescriptionprivate final ColumnSpecification.ProductLocationColumnSpecification.locationMethods in neqsim.process.equipment.distillation that return ColumnSpecification.ProductLocationModifier and TypeMethodDescriptionColumnSpecification.getLocation()Returns which end of the column this specification refers to.Returns the enum constant of this class with the specified name.static ColumnSpecification.ProductLocation[]ColumnSpecification.ProductLocation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in neqsim.process.equipment.distillation with parameters of type ColumnSpecification.ProductLocationModifierConstructorDescriptionColumnSpecification(ColumnSpecification.SpecificationType type, ColumnSpecification.ProductLocation location, double targetValue) Creates a column specification that does not require a component name.ColumnSpecification(ColumnSpecification.SpecificationType type, ColumnSpecification.ProductLocation location, double targetValue, String componentName) Creates a column specification with a component name.