public enum DataMapNormalization extends java.lang.Enum<DataMapNormalization>
Enum Constant and Description |
---|
GlobalMax |
LocalMax |
LocalSum |
One |
SubnetMax |
Modifier and Type | Method and Description |
---|---|
static DataMapNormalization |
getModeByName(java.lang.String n) |
java.lang.String |
getModeName() |
static DataMapNormalization |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataMapNormalization[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataMapNormalization LocalSum
public static final DataMapNormalization LocalMax
public static final DataMapNormalization GlobalMax
public static final DataMapNormalization SubnetMax
public static final DataMapNormalization One
public static DataMapNormalization[] values()
for (DataMapNormalization c : DataMapNormalization.values()) System.out.println(c);
public static DataMapNormalization 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 getModeName()
public static DataMapNormalization getModeByName(java.lang.String n)