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