public static enum ViewCalendarFormat.MinorVersion extends Enum<ViewCalendarFormat.MinorVersion> implements INumberEnum<Byte>
Enum Constant and Description |
---|
MINOR_1
V5
|
MINOR_2
V5.03 and up - added custom work week format
|
MINOR_3
Calendar Grid Color
|
MINOR_4
more damn colors
|
MINOR_V4x
V4.5, V4.6 has minor version of 0
|
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Byte |
getValue() |
static ViewCalendarFormat.MinorVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewCalendarFormat.MinorVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewCalendarFormat.MinorVersion MINOR_V4x
public static final ViewCalendarFormat.MinorVersion MINOR_1
public static final ViewCalendarFormat.MinorVersion MINOR_2
public static final ViewCalendarFormat.MinorVersion MINOR_3
public static final ViewCalendarFormat.MinorVersion MINOR_4
public static ViewCalendarFormat.MinorVersion[] values()
for (ViewCalendarFormat.MinorVersion c : ViewCalendarFormat.MinorVersion.values()) System.out.println(c);
public static ViewCalendarFormat.MinorVersion 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 Byte getValue()
getValue
in interface INumberEnum<Byte>
public long getLongValue()
getLongValue
in interface INumberEnum<Byte>
long
Copyright © 2019–2021 HCL. All rights reserved.