public class DistributionChannel extends StringBasedErpType<DistributionChannel>
StringBasedErpType.CharCasing, StringBasedErpType.FillCharStrategy
Modifier and Type | Field and Description |
---|---|
static DistributionChannel |
EMPTY |
Constructor and Description |
---|
DistributionChannel(String value) |
Modifier and Type | Method and Description |
---|---|
StringBasedErpType.FillCharStrategy |
getFillCharStrategy() |
int |
getMaxLength() |
Class<DistributionChannel> |
getType() |
ErpTypeConverter<DistributionChannel> |
getTypeConverter() |
static DistributionChannel |
of(String value) |
static Set<DistributionChannel> |
toDistributionChannels(Collection<String> values) |
static Set<String> |
toStrings(Collection<DistributionChannel> values) |
canEqual, compareTo, equals, getFillChar, getKeyAsString, getValue, hashCode, isDefault, isEmpty, toString, toString, transformToString, transformToType
public static final DistributionChannel EMPTY
public DistributionChannel(String value) throws IllegalArgumentException
IllegalArgumentException
@Nullable public static DistributionChannel of(@Nullable String value) throws IllegalArgumentException
IllegalArgumentException
@Nonnull public ErpTypeConverter<DistributionChannel> getTypeConverter()
@Nonnull public Class<DistributionChannel> getType()
getType
in class StringBasedErpType<DistributionChannel>
public int getMaxLength()
getMaxLength
in class StringBasedErpType<DistributionChannel>
@Nonnull public StringBasedErpType.FillCharStrategy getFillCharStrategy()
getFillCharStrategy
in class StringBasedErpType<DistributionChannel>
public static Set<DistributionChannel> toDistributionChannels(Collection<String> values)
public static Set<String> toStrings(Collection<DistributionChannel> values)
Copyright © 2018 SAP SE. All rights reserved.