public enum ScheduleRenderingMode extends Enum<ScheduleRenderingMode>
Enum Constant and Description |
---|
BACKGROUND |
INVERSE_BACKGROUND |
Modifier and Type | Method and Description |
---|---|
String |
getRendering() |
String |
toString() |
static ScheduleRenderingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduleRenderingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScheduleRenderingMode BACKGROUND
public static final ScheduleRenderingMode INVERSE_BACKGROUND
public static ScheduleRenderingMode[] values()
for (ScheduleRenderingMode c : ScheduleRenderingMode.values()) System.out.println(c);
public static ScheduleRenderingMode 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 String getRendering()
public String toString()
toString
in class Enum<ScheduleRenderingMode>
Copyright © 2020. All rights reserved.