public static enum Ctable.OperationTypes extends Enum<Ctable.OperationTypes>
Enum Constant and Description |
---|
CTABLE_EXPAND_SCALAR_WEIGHT |
CTABLE_TRANSFORM |
CTABLE_TRANSFORM_HISTOGRAM |
CTABLE_TRANSFORM_SCALAR_WEIGHT |
CTABLE_TRANSFORM_WEIGHTED_HISTOGRAM |
INVALID |
Modifier and Type | Method and Description |
---|---|
boolean |
hasSecondInput() |
boolean |
hasThirdInput() |
static Ctable.OperationTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ctable.OperationTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Ctable.OperationTypes CTABLE_TRANSFORM
public static final Ctable.OperationTypes CTABLE_TRANSFORM_SCALAR_WEIGHT
public static final Ctable.OperationTypes CTABLE_TRANSFORM_HISTOGRAM
public static final Ctable.OperationTypes CTABLE_TRANSFORM_WEIGHTED_HISTOGRAM
public static final Ctable.OperationTypes CTABLE_EXPAND_SCALAR_WEIGHT
public static final Ctable.OperationTypes INVALID
public static Ctable.OperationTypes[] values()
for (Ctable.OperationTypes c : Ctable.OperationTypes.values()) System.out.println(c);
public static Ctable.OperationTypes 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 boolean hasSecondInput()
public boolean hasThirdInput()
Copyright © 2022 The Apache Software Foundation. All rights reserved.