public static enum ColorValue.Flag extends Enum<ColorValue.Flag> implements INumberEnum<Short>
Enum Constant and Description |
---|
APPLICATION_MASK |
HASGRADIENT |
ISRGB |
NOCOLOR |
RESERVED1 |
RESERVED2 |
RESERVED3 |
RESERVED4 |
SYSTEMCOLOR |
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Short |
getValue() |
static ColorValue.Flag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColorValue.Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ColorValue.Flag ISRGB
public static final ColorValue.Flag NOCOLOR
public static final ColorValue.Flag SYSTEMCOLOR
public static final ColorValue.Flag HASGRADIENT
public static final ColorValue.Flag APPLICATION_MASK
public static final ColorValue.Flag RESERVED1
public static final ColorValue.Flag RESERVED2
public static final ColorValue.Flag RESERVED3
public static final ColorValue.Flag RESERVED4
public static ColorValue.Flag[] values()
for (ColorValue.Flag c : ColorValue.Flag.values()) System.out.println(c);
public static ColorValue.Flag 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 long getLongValue()
getLongValue
in interface INumberEnum<Short>
long
public Short getValue()
getValue
in interface INumberEnum<Short>
Copyright © 2019–2021 HCL. All rights reserved.