public static enum FrameTask.DataInfo.TransformType extends java.lang.Enum<FrameTask.DataInfo.TransformType>
| Enum Constant and Description |
|---|
NONE |
NORMALIZE |
STANDARDIZE |
| Modifier and Type | Method and Description |
|---|---|
static FrameTask.DataInfo.TransformType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FrameTask.DataInfo.TransformType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FrameTask.DataInfo.TransformType NONE
public static final FrameTask.DataInfo.TransformType STANDARDIZE
public static final FrameTask.DataInfo.TransformType NORMALIZE
public static FrameTask.DataInfo.TransformType[] values()
for (FrameTask.DataInfo.TransformType c : FrameTask.DataInfo.TransformType.values()) System.out.println(c);
public static FrameTask.DataInfo.TransformType 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