public class ChangeType extends StringBasedErpType<ChangeType>
Element: CDCHNGIND Domain: CDCHNGIND Length: 1 Type: C Decimals: 0
StringBasedErpType.CharCasing, StringBasedErpType.FillCharStrategy
Modifier and Type | Field and Description |
---|---|
static ChangeType |
Delete
Delete
|
static ChangeType |
DeleteSingleFieldDocumentation
Delete (Single Field Documentation)
|
static ChangeType |
Insert
Insert
|
static ChangeType |
InsertSingleFieldDocumentation
Insert (Single Field Documentation)
|
static ChangeType |
Update
Update
|
Constructor and Description |
---|
ChangeType(String value) |
Modifier and Type | Method and Description |
---|---|
StringBasedErpType.FillCharStrategy |
getFillCharStrategy() |
int |
getMaxLength() |
Class<ChangeType> |
getType() |
ErpTypeConverter<ChangeType> |
getTypeConverter() |
compareTo, equals, getFillChar, getKeyAsString, getValue, hashCode, isDefault, isEmpty, toString, toString, transformToString, transformToType
public static final ChangeType Update
public static final ChangeType Insert
public static final ChangeType DeleteSingleFieldDocumentation
public static final ChangeType Delete
public static final ChangeType InsertSingleFieldDocumentation
public ChangeType(String value)
public ErpTypeConverter<ChangeType> getTypeConverter()
public Class<ChangeType> getType()
getType
in class StringBasedErpType<ChangeType>
public int getMaxLength()
getMaxLength
in class StringBasedErpType<ChangeType>
public StringBasedErpType.FillCharStrategy getFillCharStrategy()
getFillCharStrategy
in class StringBasedErpType<ChangeType>
Copyright © 2018 SAP SE. All rights reserved.