Uses of Enum Class
org.ojalgo.optimisation.FileFormatMPS.RowType
Packages that use FileFormatMPS.RowType
-
Uses of FileFormatMPS.RowType in org.ojalgo.optimisation
Fields in org.ojalgo.optimisation declared as FileFormatMPS.RowTypeMethods in org.ojalgo.optimisation that return FileFormatMPS.RowTypeModifier and TypeMethodDescription(package private) FileFormatMPS.RowTypeFileFormatMPS.Row.getType()static FileFormatMPS.RowTypeReturns the enum constant of this class with the specified name.static FileFormatMPS.RowType[]FileFormatMPS.RowType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.ojalgo.optimisation with parameters of type FileFormatMPS.RowTypeModifierConstructorDescription(package private)Row(String name, FileFormatMPS.RowType rowType, String objName)