public enum FEXT2 extends Enum<FEXT2> implements INumberEnum<Integer>
This enum does not cover the mask and shift values.
Enum Constant and Description |
---|
ALLOWTABBINGOUT |
CONTROL |
CONTROLDYNAMIC |
HIDEDELIMITERS |
HTML_IN_FIELDDEF |
KW_CHOICE_RECALC |
KW_RTL_READING_ORDER |
LITERALIZE |
PASSWORD |
PROPORTIONALHEIGHT |
PROPORTIONALWIDTH |
RUNEXITINGONCHANGE |
SHOWIMSTATUS |
TIMEZONE |
USEAPPLETINBROWSER |
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Integer |
getValue() |
static FEXT2 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FEXT2[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FEXT2 KW_CHOICE_RECALC
public static final FEXT2 HTML_IN_FIELDDEF
public static final FEXT2 HIDEDELIMITERS
public static final FEXT2 KW_RTL_READING_ORDER
public static final FEXT2 ALLOWTABBINGOUT
public static final FEXT2 PASSWORD
public static final FEXT2 USEAPPLETINBROWSER
public static final FEXT2 CONTROL
public static final FEXT2 LITERALIZE
public static final FEXT2 CONTROLDYNAMIC
public static final FEXT2 RUNEXITINGONCHANGE
public static final FEXT2 TIMEZONE
public static final FEXT2 PROPORTIONALHEIGHT
public static final FEXT2 PROPORTIONALWIDTH
public static final FEXT2 SHOWIMSTATUS
public static FEXT2[] values()
for (FEXT2 c : FEXT2.values()) System.out.println(c);
public static FEXT2 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.