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