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