public enum EC_STYLE extends Enum<EC_STYLE> implements INumberEnum<Integer>
Enum Constant and Description |
---|
CALENDAR |
DURATION |
EDITCOMBO |
EDITMULTILINE |
EDITPASSWORD |
EDITVSCROLL |
LISTMULTISEL |
TIME |
TIMEZONE |
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Integer |
getValue() |
static EC_STYLE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EC_STYLE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EC_STYLE EDITMULTILINE
public static final EC_STYLE EDITVSCROLL
public static final EC_STYLE EDITPASSWORD
public static final EC_STYLE EDITCOMBO
public static final EC_STYLE LISTMULTISEL
public static final EC_STYLE CALENDAR
public static final EC_STYLE TIME
public static final EC_STYLE DURATION
public static final EC_STYLE TIMEZONE
public static EC_STYLE[] values()
for (EC_STYLE c : EC_STYLE.values()) System.out.println(c);
public static EC_STYLE 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.