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