public static enum WarningsTaskConfigurationConstants.WarningsSource extends Enum<WarningsTaskConfigurationConstants.WarningsSource>
Modifier and Type | Method and Description |
---|---|
static WarningsTaskConfigurationConstants.WarningsSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WarningsTaskConfigurationConstants.WarningsSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WarningsTaskConfigurationConstants.WarningsSource LOG
public static final WarningsTaskConfigurationConstants.WarningsSource FILES
public static WarningsTaskConfigurationConstants.WarningsSource[] values()
for (WarningsTaskConfigurationConstants.WarningsSource c : WarningsTaskConfigurationConstants.WarningsSource.values()) System.out.println(c);
public static WarningsTaskConfigurationConstants.WarningsSource 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 Atlassian Software Systems Pty Ltd. All rights reserved.