public static enum Parameters.FTCMethod extends java.lang.Enum<Parameters.FTCMethod>
| Enum Constant and Description |
|---|
FTCLUSTERING_BINARY |
FTCLUSTERING_BLOCK |
FTCLUSTERING_DC |
FTCLUSTERING_DR |
FTCLUSTERING_NOOP |
FTCLUSTERING_SR |
| Modifier and Type | Method and Description |
|---|---|
static Parameters.FTCMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Parameters.FTCMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Parameters.FTCMethod FTCLUSTERING_DC
public static final Parameters.FTCMethod FTCLUSTERING_SR
public static final Parameters.FTCMethod FTCLUSTERING_DR
public static final Parameters.FTCMethod FTCLUSTERING_NOOP
public static final Parameters.FTCMethod FTCLUSTERING_BLOCK
public static final Parameters.FTCMethod FTCLUSTERING_BINARY
public static Parameters.FTCMethod[] values()
for (Parameters.FTCMethod c : Parameters.FTCMethod.values()) System.out.println(c);
public static Parameters.FTCMethod 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 null