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