public class PostingStatusOfFlow extends StringBasedErpType<PostingStatusOfFlow>
Domain: T_SBEWEBE Length: 1 Type: CHAR 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() |
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)
public ErpTypeConverter<PostingStatusOfFlow> getTypeConverter()
public Class<PostingStatusOfFlow> getType()
getType
in class StringBasedErpType<PostingStatusOfFlow>
public int getMaxLength()
getMaxLength
in class StringBasedErpType<PostingStatusOfFlow>
public StringBasedErpType.FillCharStrategy getFillCharStrategy()
getFillCharStrategy
in class StringBasedErpType<PostingStatusOfFlow>
Copyright © 2018 SAP SE. All rights reserved.