public class SettlementIndicator extends StringBasedErpType<SettlementIndicator>
Element: TI_SETTLFL Domain: T_SETTLFL Length: 1 Type: C Decimals: 0
StringBasedErpType.CharCasing, StringBasedErpType.FillCharStrategy
Modifier and Type | Field and Description |
---|---|
static SettlementIndicator |
CashSettlement
Cash Settlement
|
static SettlementIndicator |
NonDeliverableForward
Non-Deliverable Forward
|
static SettlementIndicator |
NotYetSpecified
Not Yet Specified
|
static SettlementIndicator |
PhysicalExercise
Physical Exercise
|
Constructor and Description |
---|
SettlementIndicator(String value) |
Modifier and Type | Method and Description |
---|---|
StringBasedErpType.FillCharStrategy |
getFillCharStrategy() |
int |
getMaxLength() |
Class<SettlementIndicator> |
getType() |
ErpTypeConverter<SettlementIndicator> |
getTypeConverter() |
canEqual, compareTo, equals, getFillChar, getKeyAsString, getValue, hashCode, isDefault, isEmpty, toString, toString, transformToString, transformToType
public static final SettlementIndicator PhysicalExercise
public static final SettlementIndicator CashSettlement
public static final SettlementIndicator NotYetSpecified
public static final SettlementIndicator NonDeliverableForward
public SettlementIndicator(String value)
@Nonnull public ErpTypeConverter<SettlementIndicator> getTypeConverter()
@Nonnull public Class<SettlementIndicator> getType()
getType
in class StringBasedErpType<SettlementIndicator>
public int getMaxLength()
getMaxLength
in class StringBasedErpType<SettlementIndicator>
@Nonnull public StringBasedErpType.FillCharStrategy getFillCharStrategy()
getFillCharStrategy
in class StringBasedErpType<SettlementIndicator>
Copyright © 2018 SAP SE. All rights reserved.