public class Period extends StringBasedErpType<Period>
Element: CO_PERIO Domain: PERBL Length: 3 Type: N Decimals: 0
Allowed value range [001 - 999]
StringBasedErpType.CharCasing, StringBasedErpType.FillCharStrategy
Modifier and Type | Method and Description |
---|---|
StringBasedErpType.FillCharStrategy |
getFillCharStrategy() |
int |
getMaxLength() |
Class<Period> |
getType() |
ErpTypeConverter<Period> |
getTypeConverter() |
static Period |
of(String value) |
compareTo, equals, getFillChar, getKeyAsString, getValue, hashCode, isDefault, isEmpty, toString, toString, transformToString, transformToType
public Period(String value)
public ErpTypeConverter<Period> getTypeConverter()
public Class<Period> getType()
getType
in class StringBasedErpType<Period>
public int getMaxLength()
getMaxLength
in class StringBasedErpType<Period>
public StringBasedErpType.FillCharStrategy getFillCharStrategy()
getFillCharStrategy
in class StringBasedErpType<Period>
Copyright © 2018 SAP SE. All rights reserved.