public static enum ViewCalendarFormat.Version extends Enum<ViewCalendarFormat.Version> implements INumberEnum<Byte>
Enum Constant and Description |
---|
VERSION_1 |
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Byte |
getValue() |
static ViewCalendarFormat.Version |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewCalendarFormat.Version[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewCalendarFormat.Version VERSION_1
public static ViewCalendarFormat.Version[] values()
for (ViewCalendarFormat.Version c : ViewCalendarFormat.Version.values()) System.out.println(c);
public static ViewCalendarFormat.Version 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.