public enum WeekRangeHeaderStyle extends java.lang.Enum<WeekRangeHeaderStyle>
WeekRange
view.Enum Constant and Description |
---|
Reference
The header displays the name of the associated
contact, location or task.
|
Title
The header displays the start and end dates
specified in the
WeekRangeSettings object. |
Modifier and Type | Method and Description |
---|---|
static WeekRangeHeaderStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WeekRangeHeaderStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WeekRangeHeaderStyle Title
WeekRangeSettings
object.public static final WeekRangeHeaderStyle Reference
public static WeekRangeHeaderStyle[] values()
for (WeekRangeHeaderStyle c : WeekRangeHeaderStyle.values()) System.out.println(c);
public static WeekRangeHeaderStyle valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null