public enum EMBEDDEDCTL_TYPE extends Enum<EMBEDDEDCTL_TYPE> implements INumberEnum<Short>
Enum Constant and Description |
---|
COLOR |
COMBO |
EDIT |
FILE |
KEYGEN |
LIST |
TIME |
TIMEZONE |
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Short |
getValue() |
static EMBEDDEDCTL_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EMBEDDEDCTL_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EMBEDDEDCTL_TYPE EDIT
public static final EMBEDDEDCTL_TYPE COMBO
public static final EMBEDDEDCTL_TYPE LIST
public static final EMBEDDEDCTL_TYPE TIME
public static final EMBEDDEDCTL_TYPE KEYGEN
public static final EMBEDDEDCTL_TYPE FILE
public static final EMBEDDEDCTL_TYPE TIMEZONE
public static final EMBEDDEDCTL_TYPE COLOR
public static EMBEDDEDCTL_TYPE[] values()
for (EMBEDDEDCTL_TYPE c : EMBEDDEDCTL_TYPE.values()) System.out.println(c);
public static EMBEDDEDCTL_TYPE 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.