public enum FEXT1 extends Enum<FEXT1> implements INumberEnum<Integer>
This enum does not cover the mask and shift values.
Enum Constant and Description |
---|
ACCEPT_CARET |
AFTERVALIDATION |
KEYWORD_FRAME_3D |
KEYWORD_FRAME_NONE |
KEYWORD_FRAME_STANDARD |
KEYWORDS_UI_COMBO |
KEYWORDS_UI_LIST |
KWHINKYMINKY |
KWSELRECALC |
LOOKUP_EACHCHAR |
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Integer |
getValue() |
static FEXT1 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FEXT1[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FEXT1 LOOKUP_EACHCHAR
public static final FEXT1 KWSELRECALC
public static final FEXT1 KWHINKYMINKY
public static final FEXT1 AFTERVALIDATION
public static final FEXT1 ACCEPT_CARET
public static final FEXT1 KEYWORD_FRAME_3D
public static final FEXT1 KEYWORD_FRAME_STANDARD
public static final FEXT1 KEYWORD_FRAME_NONE
public static final FEXT1 KEYWORDS_UI_COMBO
public static final FEXT1 KEYWORDS_UI_LIST
public static FEXT1[] values()
for (FEXT1 c : FEXT1.values()) System.out.println(c);
public static FEXT1 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 Integer getValue()
getValue
in interface INumberEnum<Integer>
public long getLongValue()
getLongValue
in interface INumberEnum<Integer>
long
Copyright © 2014–2018. All rights reserved.