public enum FieldValueSeparatorStyle extends Enum<FieldValueSeparatorStyle>
Enum Constant and Description |
---|
NO_SPACE |
SPACE_AFTER |
SPACE_BOTH_SIDES |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static FieldValueSeparatorStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldValueSeparatorStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldValueSeparatorStyle SPACE_BOTH_SIDES
public static final FieldValueSeparatorStyle SPACE_AFTER
public static final FieldValueSeparatorStyle NO_SPACE
public static FieldValueSeparatorStyle[] values()
for (FieldValueSeparatorStyle c : FieldValueSeparatorStyle.values()) System.out.println(c);
public static FieldValueSeparatorStyle 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 String getValue()
Copyright © 2014–2017. All rights reserved.