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