XPRSenumerations.PresolveDomRow
- java.lang.Object
-
- com.dashoptimization.XPRSenumerations.EnumerationEntry
-
- com.dashoptimization.XPRSenumerations.PresolveDomRow
-
- Enclosing interface:
- XPRSenumerations
public static final class XPRSenumerations.PresolveDomRow extends XPRSenumerations.EnumerationEntry
An enumeration of 'PREDOMROW' - all instances of this enumeration will be drawn from the constant objects defined in this class.
-
-
Field Summary
Modifier and Type Field and Description static XPRSenumerations.PresolveDomRow
AGGRESSIVE
static XPRSenumerations.PresolveDomRow
AUTOMATIC
static XPRSenumerations.PresolveDomRow
CAUTIOUS
static XPRSenumerations.PresolveDomRow
DISABLED
static XPRSenumerations.PresolveDomRow
MEDIUM
-
Method Summary
Modifier and Type Method and Description static XPRSenumerations.PresolveDomRow
fromValue(int val)
Get enumeration entry from numeric value-
Methods inherited from class com.dashoptimization.XPRSenumerations.EnumerationEntry
equals, getName, getValue, toString
-
-
-
-
Field Detail
-
AUTOMATIC
public static final XPRSenumerations.PresolveDomRow AUTOMATIC
-
DISABLED
public static final XPRSenumerations.PresolveDomRow DISABLED
-
CAUTIOUS
public static final XPRSenumerations.PresolveDomRow CAUTIOUS
-
MEDIUM
public static final XPRSenumerations.PresolveDomRow MEDIUM
-
AGGRESSIVE
public static final XPRSenumerations.PresolveDomRow AGGRESSIVE
-
-
Method Detail
-
fromValue
public static XPRSenumerations.PresolveDomRow fromValue(int val)
Get enumeration entry from numeric value
-
-