public 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 Short getValue()
getValue
in interface INumberEnum<Short>
public long getLongValue()
getLongValue
in interface INumberEnum<Short>
long
Copyright © 2014–2018. All rights reserved.