public static enum AggregationMetadata.ParameterMetadata.ParameterType extends Enum<AggregationMetadata.ParameterMetadata.ParameterType>
| Enum Constant and Description |
|---|
BLOCK_INDEX |
BLOCK_INPUT_CHANNEL |
INPUT_CHANNEL |
NULLABLE_BLOCK_INPUT_CHANNEL |
STATE |
| Modifier and Type | Method and Description |
|---|---|
static AggregationMetadata.ParameterMetadata.ParameterType |
inputChannelParameterType(boolean isNullable,
boolean isBlock,
String methodName) |
static AggregationMetadata.ParameterMetadata.ParameterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationMetadata.ParameterMetadata.ParameterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AggregationMetadata.ParameterMetadata.ParameterType INPUT_CHANNEL
public static final AggregationMetadata.ParameterMetadata.ParameterType BLOCK_INPUT_CHANNEL
public static final AggregationMetadata.ParameterMetadata.ParameterType NULLABLE_BLOCK_INPUT_CHANNEL
public static final AggregationMetadata.ParameterMetadata.ParameterType BLOCK_INDEX
public static final AggregationMetadata.ParameterMetadata.ParameterType STATE
public static AggregationMetadata.ParameterMetadata.ParameterType[] values()
for (AggregationMetadata.ParameterMetadata.ParameterType c : AggregationMetadata.ParameterMetadata.ParameterType.values()) System.out.println(c);
public static AggregationMetadata.ParameterMetadata.ParameterType 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 static AggregationMetadata.ParameterMetadata.ParameterType inputChannelParameterType(boolean isNullable, boolean isBlock, String methodName)
Copyright © 2012–2022. All rights reserved.