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