public enum VCF3 extends Enum<VCF3> implements INumberEnum<Short>
Enum Constant and Description |
---|
AccentSensitiveSortInV5 |
CaseSensitiveSortInV5 |
Color |
ExtDate |
FlatInV5 |
HideColumnTitle |
HideInR5 |
HideWhenFormula |
IsColumnEditable |
IsSharedColumn |
NamesFormat |
NumberFormat |
TwistieResource |
UserDefinableColor |
UseSharedColumnFormulaOnly |
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Short |
getValue() |
static VCF3 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VCF3[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VCF3 FlatInV5
public static final VCF3 CaseSensitiveSortInV5
public static final VCF3 AccentSensitiveSortInV5
public static final VCF3 HideWhenFormula
public static final VCF3 TwistieResource
public static final VCF3 Color
public static final VCF3 ExtDate
public static final VCF3 NumberFormat
public static final VCF3 IsColumnEditable
public static final VCF3 UserDefinableColor
public static final VCF3 HideInR5
public static final VCF3 NamesFormat
public static final VCF3 HideColumnTitle
public static final VCF3 IsSharedColumn
public static final VCF3 UseSharedColumnFormulaOnly
public static VCF3[] values()
for (VCF3 c : VCF3.values()) System.out.println(c);
public static VCF3 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.