public static enum GRB.StringAttr extends Enum<GRB.StringAttr>
Enum Constant and Description |
---|
BatchErrorMessage |
BatchID |
ConstrName |
CTag |
GenConstrName |
ModelName |
ObjNName |
QCName |
QCTag |
ScenNName |
VarName |
VTag |
Modifier and Type | Method and Description |
---|---|
static GRB.StringAttr |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GRB.StringAttr[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GRB.StringAttr ModelName
public static final GRB.StringAttr VarName
public static final GRB.StringAttr ConstrName
public static final GRB.StringAttr QCName
public static final GRB.StringAttr GenConstrName
public static final GRB.StringAttr ObjNName
public static final GRB.StringAttr ScenNName
public static final GRB.StringAttr BatchID
public static final GRB.StringAttr VTag
public static final GRB.StringAttr CTag
public static final GRB.StringAttr QCTag
public static final GRB.StringAttr BatchErrorMessage
public static GRB.StringAttr[] values()
for (GRB.StringAttr c : GRB.StringAttr.values()) System.out.println(c);
public static GRB.StringAttr valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2024. All rights reserved.