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