public enum ValueType extends Enum<ValueType> implements INumberEnum<Short>
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Short |
getValue() |
static ValueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValueType ERROR
public static final ValueType UNAVAILABLE
public static final ValueType TEXT
public static final ValueType TEXT_LIST
public static final ValueType NUMBER
public static final ValueType NUMBER_RANGE
public static final ValueType TIME
public static final ValueType TIME_RANGE
public static final ValueType FORMULA
public static final ValueType USERID
public static final ValueType INVALID_OR_UNKNOWN
public static final ValueType COMPOSITE
public static final ValueType COLLATION
public static final ValueType OBJECT
public static final ValueType NOTEREF_LIST
public static final ValueType VIEW_FORMAT
public static final ValueType ICON
public static final ValueType NOTELINK_LIST
public static final ValueType SIGNATURE
public static final ValueType SEAL
public static final ValueType SEALDATA
public static final ValueType SEAL_LIST
public static final ValueType HIGHLIGHTS
public static final ValueType WORKSHEET_DATA
public static final ValueType USERDATA
public static final ValueType QUERY
public static final ValueType ACTION
public static final ValueType ASSISTANT_INFO
public static final ValueType VIEWMAP_DATASET
public static final ValueType VIEWMAP_LAYOUT
public static final ValueType LSOBJECT
public static final ValueType HTML
public static final ValueType SCHED_LIST
public static final ValueType CALENDAR_FORMAT
public static final ValueType MIME_PART
public static final ValueType RFC822_TEXT
public static ValueType[] values()
for (ValueType c : ValueType.values()) System.out.println(c);
public static ValueType 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.