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