public class ItemInPurchasingDocument extends IntegerBasedErpType<ItemInPurchasingDocument>
Domain: EBELP Length: 5 Type: NUMC Decimals: 0
Constructor and Description |
---|
ItemInPurchasingDocument(int value) |
ItemInPurchasingDocument(long value) |
ItemInPurchasingDocument(String value) |
Modifier and Type | Method and Description |
---|---|
int |
getMaxLength() |
Class<ItemInPurchasingDocument> |
getType() |
boolean |
isSigned() |
static ItemInPurchasingDocument |
of(int value) |
static ItemInPurchasingDocument |
of(long value) |
static ItemInPurchasingDocument |
of(String value) |
byteValue, equals, getTypeConverter, getValue, hashCode, intValue, longValue, shortValue, toString
public ItemInPurchasingDocument(String value)
public ItemInPurchasingDocument(int value)
public ItemInPurchasingDocument(long value)
public static ItemInPurchasingDocument of(String value)
public static ItemInPurchasingDocument of(int value)
public static ItemInPurchasingDocument of(long value)
public int getMaxLength()
public boolean isSigned()
public Class<ItemInPurchasingDocument> getType()
Copyright © 2018 SAP SE. All rights reserved.