public static enum CDActionBar.LineStyle extends Enum<CDActionBar.LineStyle> implements INumberEnum<Short>
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Short |
getValue() |
static CDActionBar.LineStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CDActionBar.LineStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CDActionBar.LineStyle SINGLE
public static final CDActionBar.LineStyle DOUBLE
public static final CDActionBar.LineStyle TRIPLE
public static final CDActionBar.LineStyle TWO
public static CDActionBar.LineStyle[] values()
for (CDActionBar.LineStyle c : CDActionBar.LineStyle.values()) System.out.println(c);
public static CDActionBar.LineStyle 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 Short getValue()
getValue
in interface INumberEnum<Short>
public long getLongValue()
getLongValue
in interface INumberEnum<Short>
long
Copyright © 2019–2021 HCL. All rights reserved.