XPRSenumerations.TunerTarget
- java.lang.Object
-
- com.dashoptimization.XPRSenumerations.EnumerationEntry
-
- com.dashoptimization.XPRSenumerations.TunerTarget
-
- Enclosing interface:
- XPRSenumerations
public static final class XPRSenumerations.TunerTarget extends XPRSenumerations.EnumerationEntry
An enumeration of 'TUNERTARGET' - 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.TunerTarget
AUTOMATIC
static XPRSenumerations.TunerTarget
BOUND
static XPRSenumerations.TunerTarget
GAP
static XPRSenumerations.TunerTarget
INTEGRAL
static XPRSenumerations.TunerTarget
OBJVAL
static XPRSenumerations.TunerTarget
SLPOBJVAL
static XPRSenumerations.TunerTarget
SLPTIME
static XPRSenumerations.TunerTarget
SLPVALIDATION
static XPRSenumerations.TunerTarget
TIMEBOUND
static XPRSenumerations.TunerTarget
TIMEGAP
static XPRSenumerations.TunerTarget
TIMEOBJVAL
-
Method Summary
Modifier and Type Method and Description static XPRSenumerations.TunerTarget
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.TunerTarget AUTOMATIC
-
TIMEGAP
public static final XPRSenumerations.TunerTarget TIMEGAP
-
TIMEBOUND
public static final XPRSenumerations.TunerTarget TIMEBOUND
-
TIMEOBJVAL
public static final XPRSenumerations.TunerTarget TIMEOBJVAL
-
INTEGRAL
public static final XPRSenumerations.TunerTarget INTEGRAL
-
SLPTIME
public static final XPRSenumerations.TunerTarget SLPTIME
-
SLPOBJVAL
public static final XPRSenumerations.TunerTarget SLPOBJVAL
-
SLPVALIDATION
public static final XPRSenumerations.TunerTarget SLPVALIDATION
-
GAP
public static final XPRSenumerations.TunerTarget GAP
-
BOUND
public static final XPRSenumerations.TunerTarget BOUND
-
OBJVAL
public static final XPRSenumerations.TunerTarget OBJVAL
-
-
Method Detail
-
fromValue
public static XPRSenumerations.TunerTarget fromValue(int val)
Get enumeration entry from numeric value
-
-