public enum ModelType extends java.lang.Enum<ModelType>
The enum lists, for each model, the model characteristics. These are - amongst others:
Enum Constant and Description |
---|
BCC_I |
BCC_O |
CCR_I |
CCR_O |
DRS_I |
DRS_O |
GRS_I |
GRS_O |
IRS_I |
IRS_O |
NC_I |
NC_I_DRS |
NC_I_GRS |
NC_I_IRS |
NC_I_V |
NC_O |
NC_O_DRS |
NC_O_GRS |
NC_O_IRS |
NC_O_V |
ND_I |
ND_I_DRS |
ND_I_GRS |
ND_I_IRS |
ND_I_V |
ND_O |
ND_O_DRS |
ND_O_GRS |
ND_O_IRS |
ND_O_V |
SBM |
SBM_GRS |
SBM_I |
SBM_I_GRS |
SBM_I_V |
SBM_O |
SBM_O_GRS |
SBM_O_V |
SBM_V |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the description of the ModelType.
|
EfficiencyType |
getEfficiencyType()
Returns the Efficiency Type of the ModelType.
|
ModelVariablesType |
getModelVariablesType() |
java.lang.String |
getName()
Returns the name of the ModelType.
|
static int |
getNumberOfModelsAvailable()
Returns the number of ModelTypes (DEA Models) available in the OSDEA library.
|
ModelOrientation |
getOrientation()
Returns the Model Orientation of the ModelType (e.g.
|
ReturnsToScale |
getReturnToScale()
Returns the Return To Scale corresponding to the ModelType.
|
static ModelType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelType CCR_I
public static final ModelType CCR_O
public static final ModelType BCC_I
public static final ModelType BCC_O
public static final ModelType GRS_I
public static final ModelType GRS_O
public static final ModelType IRS_I
public static final ModelType IRS_O
public static final ModelType DRS_I
public static final ModelType DRS_O
public static final ModelType SBM
public static final ModelType SBM_V
public static final ModelType SBM_GRS
public static final ModelType SBM_I
public static final ModelType SBM_I_V
public static final ModelType SBM_I_GRS
public static final ModelType SBM_O
public static final ModelType SBM_O_V
public static final ModelType SBM_O_GRS
public static final ModelType NC_I
public static final ModelType NC_I_V
public static final ModelType NC_O
public static final ModelType NC_O_V
public static final ModelType NC_I_GRS
public static final ModelType NC_O_GRS
public static final ModelType NC_I_IRS
public static final ModelType NC_O_IRS
public static final ModelType NC_I_DRS
public static final ModelType NC_O_DRS
public static final ModelType ND_I
public static final ModelType ND_I_V
public static final ModelType ND_I_IRS
public static final ModelType ND_I_DRS
public static final ModelType ND_I_GRS
public static final ModelType ND_O
public static final ModelType ND_O_V
public static final ModelType ND_O_IRS
public static final ModelType ND_O_DRS
public static final ModelType ND_O_GRS
public static ModelType[] values()
for (ModelType c : ModelType.values()) System.out.println(c);
public static ModelType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getDescription()
public ModelOrientation getOrientation()
public EfficiencyType getEfficiencyType()
public ReturnsToScale getReturnToScale()
public java.lang.String getName()
public static int getNumberOfModelsAvailable()
public ModelVariablesType getModelVariablesType()