public enum ItemDataType extends Enum<ItemDataType> implements INumberEnum<Short>
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Short |
getValue() |
static ItemDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItemDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ItemDataType TYPE_ERROR
public static final ItemDataType TYPE_UNAVAILABLE
public static final ItemDataType TYPE_TEXT
public static final ItemDataType TYPE_TEXT_LIST
public static final ItemDataType TYPE_NUMBER
public static final ItemDataType TYPE_NUMBER_RANGE
public static final ItemDataType TYPE_TIME
public static final ItemDataType TYPE_TIME_RANGE
public static final ItemDataType TYPE_FORMULA
public static final ItemDataType TYPE_USERID
public static final ItemDataType TYPE_SIGNATURE
public static final ItemDataType TYPE_ACTION
public static final ItemDataType TYPE_WORKSHEET_DATA
public static final ItemDataType TYPE_VIEWMAP_LAYOUT
public static final ItemDataType TYPE_SEAL2
public static final ItemDataType TYPE_LSOBJECT
public static final ItemDataType TYPE_ICON
public static final ItemDataType TYPE_VIEW_FORMAT
public static final ItemDataType TYPE_SCHED_LIST
public static final ItemDataType TYPE_VIEWMAP_DATASET
public static final ItemDataType TYPE_SEAL
public static final ItemDataType TYPE_MIME_PART
public static final ItemDataType TYPE_SEALDATA
public static final ItemDataType TYPE_NOTELINK_LIST
public static final ItemDataType TYPE_COLLATION
public static final ItemDataType TYPE_RFC822_TEXT
public static final ItemDataType TYPE_COMPOSITE
public static final ItemDataType TYPE_OBJECT
public static final ItemDataType TYPE_HTML
public static final ItemDataType TYPE_ASSISTANT_INFO
public static final ItemDataType TYPE_HIGHLIGHTS
public static final ItemDataType TYPE_NOTEREF_LIST
public static final ItemDataType TYPE_QUERY
public static final ItemDataType TYPE_USERDATA
public static final ItemDataType TYPE_INVALID_OR_UNKNOWN
public static final ItemDataType TYPE_SEAL_LIST
public static final ItemDataType TYPE_CALENDAR_FORMAT
public static ItemDataType[] values()
for (ItemDataType c : ItemDataType.values()) System.out.println(c);
public static ItemDataType 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<Short>
long
public Short getValue()
getValue
in interface INumberEnum<Short>
Copyright © 2019–2021 HCL. All rights reserved.