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