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