XPRSenumerations.ParameterType
- java.lang.Object
-
- com.dashoptimization.XPRSenumerations.EnumerationEntry
-
- com.dashoptimization.XPRSenumerations.ParameterType
-
- Enclosing interface:
- XPRSenumerations
public static final class XPRSenumerations.ParameterType extends XPRSenumerations.EnumerationEntry
An enumeration of 'Set/GetControl/Attribinfo' - 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.ParameterTypeDOUBLEstatic XPRSenumerations.ParameterTypeINTstatic XPRSenumerations.ParameterTypeINT64static XPRSenumerations.ParameterTypeNOTDEFINEDstatic XPRSenumerations.ParameterTypeSTRING
-
Method Summary
Modifier and Type Method and Description static XPRSenumerations.ParameterTypefromValue(int val)Get enumeration entry from numeric valuestatic XPRSenumerations.ParameterType[]fromValues(int[] vals)Get enumeration entries from numeric valuesstatic int[]getValues(XPRSenumerations.ParameterType[] entries)Get numeric values from enumeration entries-
Methods inherited from class com.dashoptimization.XPRSenumerations.EnumerationEntry
equals, getName, getValue, toString
-
-
-
-
Field Detail
-
NOTDEFINED
public static final XPRSenumerations.ParameterType NOTDEFINED
-
INT
public static final XPRSenumerations.ParameterType INT
-
INT64
public static final XPRSenumerations.ParameterType INT64
-
DOUBLE
public static final XPRSenumerations.ParameterType DOUBLE
-
STRING
public static final XPRSenumerations.ParameterType STRING
-
-
Method Detail
-
fromValue
public static XPRSenumerations.ParameterType fromValue(int val)
Get enumeration entry from numeric value
-
fromValues
public static XPRSenumerations.ParameterType[] fromValues(int[] vals)
Get enumeration entries from numeric values
-
getValues
public static int[] getValues(XPRSenumerations.ParameterType[] entries)
Get numeric values from enumeration entries
-
-
