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