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