public class PutCallIndicator extends StringBasedErpType<PutCallIndicator>
Element: TI_SPUTCAL Domain: T_SPUTCAL Length: 1 Type: N Decimals: 0
StringBasedErpType.CharCasing, StringBasedErpType.FillCharStrategy
Modifier and Type | Field and Description |
---|---|
static PutCallIndicator |
Call
Call
|
static PutCallIndicator |
Put
Put
|
Constructor and Description |
---|
PutCallIndicator(String value) |
Modifier and Type | Method and Description |
---|---|
StringBasedErpType.FillCharStrategy |
getFillCharStrategy() |
int |
getMaxLength() |
Class<PutCallIndicator> |
getType() |
ErpTypeConverter<PutCallIndicator> |
getTypeConverter() |
canEqual, compareTo, equals, getFillChar, getKeyAsString, getValue, hashCode, isDefault, isEmpty, toString, toString, transformToString, transformToType
public static final PutCallIndicator Put
public static final PutCallIndicator Call
public PutCallIndicator(String value)
@Nonnull public ErpTypeConverter<PutCallIndicator> getTypeConverter()
@Nonnull public Class<PutCallIndicator> getType()
getType
in class StringBasedErpType<PutCallIndicator>
public int getMaxLength()
getMaxLength
in class StringBasedErpType<PutCallIndicator>
@Nonnull public StringBasedErpType.FillCharStrategy getFillCharStrategy()
getFillCharStrategy
in class StringBasedErpType<PutCallIndicator>
Copyright © 2019 SAP SE. All rights reserved.