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