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