public static enum ViewTableFormat2.Spacing extends Enum<ViewTableFormat2.Spacing> implements INumberEnum<Byte>
Enum Constant and Description |
---|
DOUBLE_SPACE |
ONE_POINT_25_SPACE |
ONE_POINT_50_SPACE |
ONE_POINT_75_SPACE |
SINGLE_SPACE |
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Byte |
getValue() |
static ViewTableFormat2.Spacing |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewTableFormat2.Spacing[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewTableFormat2.Spacing SINGLE_SPACE
public static final ViewTableFormat2.Spacing ONE_POINT_25_SPACE
public static final ViewTableFormat2.Spacing ONE_POINT_50_SPACE
public static final ViewTableFormat2.Spacing ONE_POINT_75_SPACE
public static final ViewTableFormat2.Spacing DOUBLE_SPACE
public static ViewTableFormat2.Spacing[] values()
for (ViewTableFormat2.Spacing c : ViewTableFormat2.Spacing.values()) System.out.println(c);
public static ViewTableFormat2.Spacing 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 Byte getValue()
getValue
in interface INumberEnum<Byte>
public long getLongValue()
getLongValue
in interface INumberEnum<Byte>
long
Copyright © 2019–2021 HCL. All rights reserved.