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