public enum FieldListDisplayDelimiter extends Enum<FieldListDisplayDelimiter> implements INumberEnum<Short>
Enum Constant and Description |
---|
BLANKLINE |
COMMA |
NEWLINE |
SEMICOLON |
SPACE |
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Short |
getValue() |
static FieldListDisplayDelimiter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldListDisplayDelimiter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldListDisplayDelimiter SPACE
public static final FieldListDisplayDelimiter COMMA
public static final FieldListDisplayDelimiter SEMICOLON
public static final FieldListDisplayDelimiter NEWLINE
public static final FieldListDisplayDelimiter BLANKLINE
public static FieldListDisplayDelimiter[] values()
for (FieldListDisplayDelimiter c : FieldListDisplayDelimiter.values()) System.out.println(c);
public static FieldListDisplayDelimiter 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.