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