Package jasima.shopSim.models.mimac
Enum MimacExperiment.DataSet
- java.lang.Object
-
- java.lang.Enum<MimacExperiment.DataSet>
-
- jasima.shopSim.models.mimac.MimacExperiment.DataSet
-
- All Implemented Interfaces:
Serializable,Comparable<MimacExperiment.DataSet>
- Enclosing class:
- MimacExperiment
public static enum MimacExperiment.DataSet extends Enum<MimacExperiment.DataSet>
-
-
Field Summary
Fields Modifier and Type Field Description double[]defaultIatsStringresourceName
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ShopDefgetShopDef()static MimacExperiment.DataSetvalueOf(String name)Returns the enum constant of this type with the specified name.static MimacExperiment.DataSet[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
FAB4
public static final MimacExperiment.DataSet FAB4
-
FAB4r
public static final MimacExperiment.DataSet FAB4r
-
FAB6
public static final MimacExperiment.DataSet FAB6
-
-
Field Detail
-
resourceName
public final String resourceName
-
defaultIats
public final double[] defaultIats
-
-
Method Detail
-
values
public static MimacExperiment.DataSet[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (MimacExperiment.DataSet c : MimacExperiment.DataSet.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static MimacExperiment.DataSet valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getShopDef
public ShopDef getShopDef()
-
-