public class BusinessArea extends StringBasedErpType<BusinessArea>
Element: GSBER Domain: GSBER Length: 4 Type: C Decimals: 0
StringBasedErpType.CharCasing, StringBasedErpType.FillCharStrategy
Constructor and Description |
---|
BusinessArea(String value) |
Modifier and Type | Method and Description |
---|---|
StringBasedErpType.FillCharStrategy |
getFillCharStrategy() |
int |
getMaxLength() |
Class<BusinessArea> |
getType() |
ErpTypeConverter<BusinessArea> |
getTypeConverter() |
static BusinessArea |
of(String value) |
canEqual, compareTo, equals, getFillChar, getKeyAsString, getValue, hashCode, isDefault, isEmpty, toString, toString, transformToString, transformToType
public BusinessArea(String value)
@Nonnull public static BusinessArea of(String value)
@Nonnull public ErpTypeConverter<BusinessArea> getTypeConverter()
@Nonnull public Class<BusinessArea> getType()
getType
in class StringBasedErpType<BusinessArea>
public int getMaxLength()
getMaxLength
in class StringBasedErpType<BusinessArea>
@Nonnull public StringBasedErpType.FillCharStrategy getFillCharStrategy()
getFillCharStrategy
in class StringBasedErpType<BusinessArea>
Copyright © 2018 SAP SE. All rights reserved.