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