public class Counterconfirmation extends IntegerBasedErpType<Counterconfirmation>
Domain: TB_RECONF Length: 1 Type: NUMC Decimals: 0
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(int value) |
Counterconfirmation(long value) |
Counterconfirmation(String value) |
Modifier and Type | Method and Description |
---|---|
int |
getMaxLength() |
Class<Counterconfirmation> |
getType() |
boolean |
isSigned() |
byteValue, equals, getTypeConverter, getValue, hashCode, intValue, longValue, shortValue, toString
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)
public Counterconfirmation(int value)
public Counterconfirmation(long value)
public int getMaxLength()
public boolean isSigned()
public Class<Counterconfirmation> getType()
Copyright © 2018 SAP SE. All rights reserved.