public class ErpInteger extends IntegerBasedErpType<ErpInteger>
Constructor and Description |
---|
ErpInteger(Integer value) |
ErpInteger(Long value) |
ErpInteger(String str) |
Modifier and Type | Method and Description |
---|---|
protected int |
getMaxLength() |
protected Class<ErpInteger> |
getType() |
protected boolean |
isSigned() |
byteValue, canEqual, equals, getTypeConverter, getValue, hashCode, intValue, longValue, shortValue, toString
public ErpInteger(Long value)
public ErpInteger(String str)
public ErpInteger(Integer value)
protected Class<ErpInteger> getType()
getType
in class IntegerBasedErpType<ErpInteger>
protected int getMaxLength()
getMaxLength
in class IntegerBasedErpType<ErpInteger>
protected boolean isSigned()
isSigned
in class IntegerBasedErpType<ErpInteger>
Copyright © 2019 SAP SE. All rights reserved.