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