public static enum ParameterizedSource.AlertParameterVisibility extends Enum<ParameterizedSource.AlertParameterVisibility>
ParameterizedSource.AlertParameterVisibility
enum represents the visibility of
alert parameters.Modifier and Type | Method and Description |
---|---|
static ParameterizedSource.AlertParameterVisibility |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterizedSource.AlertParameterVisibility[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParameterizedSource.AlertParameterVisibility VISIBLE
public static final ParameterizedSource.AlertParameterVisibility HIDDEN
public static final ParameterizedSource.AlertParameterVisibility READ_ONLY
public static ParameterizedSource.AlertParameterVisibility[] values()
for (ParameterizedSource.AlertParameterVisibility c : ParameterizedSource.AlertParameterVisibility.values()) System.out.println(c);
public static ParameterizedSource.AlertParameterVisibility 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 © 2022 Apache Software Foundation. All rights reserved.