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