public enum ConsoleHeadingStyle extends Enum<ConsoleHeadingStyle>
| Modifier and Type | Method and Description |
|---|---|
static ConsoleHeadingStyle |
bannerStyleDefinedIn(EnvironmentVariables environmentVariables) |
static ConsoleHeadingStyle |
definedIn(EnvironmentVariables environmentVariables) |
int |
getHeaderLevel() |
int |
getLevel() |
static ConsoleHeadingStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsoleHeadingStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConsoleHeadingStyle NONE
public static final ConsoleHeadingStyle NORMAL
public static final ConsoleHeadingStyle ASCII
public static ConsoleHeadingStyle[] values()
for (ConsoleHeadingStyle c : ConsoleHeadingStyle.values()) System.out.println(c);
public static ConsoleHeadingStyle 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 ConsoleHeadingStyle bannerStyleDefinedIn(EnvironmentVariables environmentVariables)
public int getLevel()
public int getHeaderLevel()
public static ConsoleHeadingStyle definedIn(EnvironmentVariables environmentVariables)
Copyright © 2023. All rights reserved.