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