public enum BeamParameterType extends Enum<BeamParameterType>
| Enum Constant and Description |
|---|
ENUM_VALUE |
ERROR_BUILDER |
LIST_VALUE |
MAPPED_VALUE |
PIPELINE_OPTIONS |
TABLE_ROW |
| Modifier and Type | Method and Description |
|---|---|
static BeamParameterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BeamParameterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BeamParameterType TABLE_ROW
public static final BeamParameterType ERROR_BUILDER
public static final BeamParameterType LIST_VALUE
public static final BeamParameterType ENUM_VALUE
public static final BeamParameterType MAPPED_VALUE
public static final BeamParameterType PIPELINE_OPTIONS
public static BeamParameterType[] values()
for (BeamParameterType c : BeamParameterType.values()) System.out.println(c);
public static BeamParameterType 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 nullCopyright © 2019. All rights reserved.