public static enum StringBasedErpType.FillCharStrategy extends Enum<StringBasedErpType.FillCharStrategy>
Enum Constant and Description |
---|
DO_NOTHING |
FILL_LEADING |
FILL_LEADING_IF_NUMERIC |
STRIP_LEADING |
Modifier and Type | Method and Description |
---|---|
static StringBasedErpType.FillCharStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StringBasedErpType.FillCharStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StringBasedErpType.FillCharStrategy DO_NOTHING
public static final StringBasedErpType.FillCharStrategy FILL_LEADING
public static final StringBasedErpType.FillCharStrategy FILL_LEADING_IF_NUMERIC
public static final StringBasedErpType.FillCharStrategy STRIP_LEADING
public static StringBasedErpType.FillCharStrategy[] values()
for (StringBasedErpType.FillCharStrategy c : StringBasedErpType.FillCharStrategy.values()) System.out.println(c);
public static StringBasedErpType.FillCharStrategy 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 nullCopyright © 2017 SAP SE. All rights reserved.