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