XPRSenumerations.EnumerationEntry
- java.lang.Object
-
- java.lang.Number
-
- com.dashoptimization.XPRSenumerations.EnumerationEntry
-
- All Implemented Interfaces:
-
java.io.Serializable
- Direct Known Subclasses:
-
XPRSenumerations.AllowCompute
,XPRSenumerations.AlwaysNeverAutomatic
,XPRSenumerations.BacktrackAlg
,XPRSenumerations.BARHGOps
,XPRSenumerations.BarOrder
,XPRSenumerations.BarPresolveOps
,XPRSenumerations.BranchChoice
,XPRSenumerations.CholeskyAlgorithm
,XPRSenumerations.Clamping
,XPRSenumerations.ComputeLog
,XPRSenumerations.CrossoverDynamicReduction
,XPRSenumerations.CutSelect
,XPRSenumerations.CutStrategy
,XPRSenumerations.DefaultAlg
,XPRSenumerations.DualGradient
,XPRSenumerations.DualizeOps
,XPRSenumerations.DualStrategy
,XPRSenumerations.FeasibilityPump
,XPRSenumerations.GenConsType
,XPRSenumerations.Globalboundingbox
,XPRSenumerations.GlobalLSHEURStrategy
,XPRSenumerations.HeuristicSearchSelect
,XPRSenumerations.HeuristicStrategy
,XPRSenumerations.IISOps
,XPRSenumerations.IISSolStatus
,XPRSenumerations.LPFlags
,XPRSenumerations.LPStatus
,XPRSenumerations.MipPresolve
,XPRSenumerations.MipRestart
,XPRSenumerations.MIPStatus
,XPRSenumerations.MultiObjOps
,XPRSenumerations.Namespaces
,XPRSenumerations.NodeSelectionCriteria
,XPRSenumerations.ObjControl
,XPRSenumerations.ObjSense
,XPRSenumerations.OnOff
,XPRSenumerations.OptimizeType
,XPRSenumerations.OutputDetail
,XPRSenumerations.ParameterType
,XPRSenumerations.PreProbing
,XPRSenumerations.Presolve
,XPRSenumerations.PresolveCoefElim
,XPRSenumerations.PresolveDomColumn
,XPRSenumerations.PresolveDomRow
,XPRSenumerations.PresolveOperations
,XPRSenumerations.PresolveState
,XPRSenumerations.Pricing
,XPRSenumerations.PrimalUnshift
,XPRSenumerations.QConvexity
,XPRSenumerations.RefineOps
,XPRSenumerations.RepairIndefiniteQuadratic
,XPRSenumerations.RowFlag
,XPRSenumerations.Scaling
,XPRSenumerations.SolInfo
,XPRSenumerations.SolStatus
,XPRSenumerations.SolveStatus
,XPRSenumerations.StopType
,XPRSenumerations.TreeDiagnostics
,XPRSenumerations.TunerHistory
,XPRSenumerations.TunerMethod
,XPRSenumerations.TunerMode
,XPRSenumerations.TunerRootAlg
,XPRSenumerations.TunerTarget
,XPRSenumerations.UserSolStatus
,XPRSenumerations.VariableSelection
- Enclosing interface:
- XPRSenumerations
public abstract static class XPRSenumerations.EnumerationEntry extends java.lang.Number
Defines one entry in an enumeration, where an entry has a name and a value- See Also:
- Serialized Form
-
-
Method Summary
Modifier and Type Method Description byte
byteValue()
double
doubleValue()
boolean
equals(java.lang.Object o)
Compares two values of the same enumerated type.float
floatValue()
java.lang.String
getName()
Retrieves name of this enumeration item.int
getValue()
Retrieves numeric value of this enumeration item.int
intValue()
long
longValue()
short
shortValue()
java.lang.String
toString()
Retrieves string representation of this enumerated value.
-
-
-
Method Detail
-
getName
public final java.lang.String getName()
Retrieves name of this enumeration item.- Returns:
- The name of this enumeration item.
-
getValue
public final int getValue()
Retrieves numeric value of this enumeration item.- Returns:
- The numeric value of this enumeration item.
-
toString
public final java.lang.String toString()
Retrieves string representation of this enumerated value.- Overrides:
-
toString
in classjava.lang.Object
- Returns:
- The string representation of this enumeration item.
-
equals
public final boolean equals(java.lang.Object o)
Compares two values of the same enumerated type.- Overrides:
-
equals
in classjava.lang.Object
- Parameters:
-
o
- Object to compare to. - Returns:
- <code>true</code> if <code>o</code> equals <code>this</code>, <code>false</code> otherwise.
-
byteValue
public byte byteValue()
- Overrides:
-
byteValue
in classjava.lang.Number
-
doubleValue
public double doubleValue()
- Specified by:
-
doubleValue
in classjava.lang.Number
-
floatValue
public float floatValue()
- Specified by:
-
floatValue
in classjava.lang.Number
-
intValue
public int intValue()
- Specified by:
-
intValue
in classjava.lang.Number
-
longValue
public long longValue()
- Specified by:
-
longValue
in classjava.lang.Number
-
shortValue
public short shortValue()
- Overrides:
-
shortValue
in classjava.lang.Number
-
-
© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.