public static enum CDKeyword.Flag extends Enum<CDKeyword.Flag> implements INumberEnum<Short>
Enum Constant and Description |
---|
FRAME_3D |
FRAME_NONE |
FRAME_STANDARD |
KEYWORD_RTL |
RADIO |
RO_ACTIVE |
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Short |
getValue() |
static CDKeyword.Flag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CDKeyword.Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CDKeyword.Flag RADIO
public static final CDKeyword.Flag FRAME_3D
public static final CDKeyword.Flag FRAME_STANDARD
public static final CDKeyword.Flag FRAME_NONE
public static final CDKeyword.Flag KEYWORD_RTL
public static final CDKeyword.Flag RO_ACTIVE
public static CDKeyword.Flag[] values()
for (CDKeyword.Flag c : CDKeyword.Flag.values()) System.out.println(c);
public static CDKeyword.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.