public static enum TfUtils.TfMethod extends Enum<TfUtils.TfMethod>
Enum Constant and Description |
---|
BIN |
DUMMYCODE |
HASH |
IMPUTE |
OMIT |
RECODE |
SCALE |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static TfUtils.TfMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TfUtils.TfMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TfUtils.TfMethod IMPUTE
public static final TfUtils.TfMethod RECODE
public static final TfUtils.TfMethod HASH
public static final TfUtils.TfMethod BIN
public static final TfUtils.TfMethod DUMMYCODE
public static final TfUtils.TfMethod SCALE
public static final TfUtils.TfMethod OMIT
public static TfUtils.TfMethod[] values()
for (TfUtils.TfMethod c : TfUtils.TfMethod.values()) System.out.println(c);
public static TfUtils.TfMethod 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 nullpublic String toString()
toString
in class Enum<TfUtils.TfMethod>
Copyright © 2020 The Apache Software Foundation. All rights reserved.