public enum EC_FLAG extends Enum<EC_FLAG> implements INumberEnum<Short>
Enum Constant and Description |
---|
ALWAYSACTIVE |
DIALOGUNITS |
FITTOCONTENTS |
FITTOWINDOW |
POSITION_ASCENT |
POSITION_BOTTOM |
POSITION_HEIGHT |
POSITION_TOP |
UNITS |
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Short |
getValue() |
static EC_FLAG |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EC_FLAG[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EC_FLAG UNITS
public static final EC_FLAG DIALOGUNITS
public static final EC_FLAG FITTOCONTENTS
public static final EC_FLAG ALWAYSACTIVE
public static final EC_FLAG FITTOWINDOW
public static final EC_FLAG POSITION_TOP
public static final EC_FLAG POSITION_BOTTOM
public static final EC_FLAG POSITION_ASCENT
public static final EC_FLAG POSITION_HEIGHT
public static EC_FLAG[] values()
for (EC_FLAG c : EC_FLAG.values()) System.out.println(c);
public static EC_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.