public class PostingStatusOfFlow extends StringBasedErpType<PostingStatusOfFlow>
Element: TB_SBEWEBE Domain: T_SBEWEBE Length: 1 Type: C Decimals: 0
StringBasedErpType.CharCasing, StringBasedErpType.FillCharStrategy
Modifier and Type | Field and Description |
---|---|
static PostingStatusOfFlow |
BlockedForPosting
Blocked for posting
|
static PostingStatusOfFlow |
FlaggedForPosting
Flagged for posting
|
static PostingStatusOfFlow |
PostingCarriedOut
Posting carried out
|
static PostingStatusOfFlow |
PostingFlaggedForReversal
Posting flagged for reversal
|
static PostingStatusOfFlow |
PostingReversed
Posting reversed
|
Constructor and Description |
---|
PostingStatusOfFlow(String value) |
Modifier and Type | Method and Description |
---|---|
StringBasedErpType.FillCharStrategy |
getFillCharStrategy() |
int |
getMaxLength() |
Class<PostingStatusOfFlow> |
getType() |
ErpTypeConverter<PostingStatusOfFlow> |
getTypeConverter() |
canEqual, compareTo, equals, getFillChar, getKeyAsString, getValue, hashCode, isDefault, isEmpty, toString, toString, transformToString, transformToType
public static final PostingStatusOfFlow BlockedForPosting
public static final PostingStatusOfFlow FlaggedForPosting
public static final PostingStatusOfFlow PostingCarriedOut
public static final PostingStatusOfFlow PostingFlaggedForReversal
public static final PostingStatusOfFlow PostingReversed
public PostingStatusOfFlow(String value)
@Nonnull public ErpTypeConverter<PostingStatusOfFlow> getTypeConverter()
@Nonnull public Class<PostingStatusOfFlow> getType()
getType
in class StringBasedErpType<PostingStatusOfFlow>
public int getMaxLength()
getMaxLength
in class StringBasedErpType<PostingStatusOfFlow>
@Nonnull public StringBasedErpType.FillCharStrategy getFillCharStrategy()
getFillCharStrategy
in class StringBasedErpType<PostingStatusOfFlow>
Copyright © 2018 SAP SE. All rights reserved.