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