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