public class MasterRecordInactive extends StringBasedErpType<MasterRecordInactive>
Element: CMDT_INACT Domain: XFLAG Length: 1 Type: C Decimals: 0
StringBasedErpType.CharCasing, StringBasedErpType.FillCharStrategy
Modifier and Type | Field and Description |
---|---|
static MasterRecordInactive |
Blank
Blank
|
static MasterRecordInactive |
RadioButton
Radio button
|
static MasterRecordInactive |
Selection
Selection
|
Constructor and Description |
---|
MasterRecordInactive(String value) |
Modifier and Type | Method and Description |
---|---|
StringBasedErpType.FillCharStrategy |
getFillCharStrategy() |
int |
getMaxLength() |
Class<MasterRecordInactive> |
getType() |
ErpTypeConverter<MasterRecordInactive> |
getTypeConverter() |
canEqual, compareTo, equals, getFillChar, getKeyAsString, getValue, hashCode, isDefault, isEmpty, toString, toString, transformToString, transformToType
public static final MasterRecordInactive Blank
public static final MasterRecordInactive RadioButton
public static final MasterRecordInactive Selection
public MasterRecordInactive(String value)
@Nonnull public ErpTypeConverter<MasterRecordInactive> getTypeConverter()
@Nonnull public Class<MasterRecordInactive> getType()
getType
in class StringBasedErpType<MasterRecordInactive>
public int getMaxLength()
getMaxLength
in class StringBasedErpType<MasterRecordInactive>
@Nonnull public StringBasedErpType.FillCharStrategy getFillCharStrategy()
getFillCharStrategy
in class StringBasedErpType<MasterRecordInactive>
Copyright © 2018 SAP SE. All rights reserved.