public class Counterconfirmation extends StringBasedErpType<Counterconfirmation>
Element: TB_RECONF Domain: TB_RECONF Length: 1 Type: N Decimals: 0
StringBasedErpType.CharCasing, StringBasedErpType.FillCharStrategy
Modifier and Type | Field and Description |
---|---|
static Counterconfirmation |
CannotBeAssigned
Cannot Be Assigned
|
static Counterconfirmation |
Incorrect
Incorrect
|
static Counterconfirmation |
Matched
Matched
|
static Counterconfirmation |
NotRequired
Not Required
|
static Counterconfirmation |
ReminderSent
Reminder Sent
|
static Counterconfirmation |
Required
Required
|
Constructor and Description |
---|
Counterconfirmation(String value) |
Modifier and Type | Method and Description |
---|---|
StringBasedErpType.FillCharStrategy |
getFillCharStrategy() |
int |
getMaxLength() |
Class<Counterconfirmation> |
getType() |
ErpTypeConverter<Counterconfirmation> |
getTypeConverter() |
canEqual, compareTo, equals, getFillChar, getKeyAsString, getValue, hashCode, isDefault, isEmpty, toString, toString, transformToString, transformToType
public static final Counterconfirmation NotRequired
public static final Counterconfirmation Required
public static final Counterconfirmation ReminderSent
public static final Counterconfirmation Matched
public static final Counterconfirmation Incorrect
public static final Counterconfirmation CannotBeAssigned
public Counterconfirmation(String value)
@Nonnull public ErpTypeConverter<Counterconfirmation> getTypeConverter()
@Nonnull public Class<Counterconfirmation> getType()
getType
in class StringBasedErpType<Counterconfirmation>
public int getMaxLength()
getMaxLength
in class StringBasedErpType<Counterconfirmation>
@Nonnull public StringBasedErpType.FillCharStrategy getFillCharStrategy()
getFillCharStrategy
in class StringBasedErpType<Counterconfirmation>
Copyright © 2018 SAP SE. All rights reserved.