public class NetWeight extends DecimalBasedErpType<NetWeight>
Element: ACPI_NTGEW_15 Domain: MENG15 Length: 8 Type: P Decimals: 3
Constructor and Description |
---|
NetWeight(BigDecimal value) |
NetWeight(double value) |
NetWeight(float value) |
NetWeight(String value) |
Modifier and Type | Method and Description |
---|---|
int |
getDecimals() |
int |
getMaxLength() |
Class<NetWeight> |
getType() |
boolean |
isSigned() |
static NetWeight |
of(BigDecimal value) |
static NetWeight |
of(double value) |
static NetWeight |
of(float value) |
static NetWeight |
of(String value) |
equals, getTypeConverter, getValue, hashCode, toString
public NetWeight(String value)
public NetWeight(BigDecimal value)
public NetWeight(float value)
public NetWeight(double value)
public static NetWeight of(BigDecimal value)
public static NetWeight of(float value)
public static NetWeight of(double value)
public int getDecimals()
public int getMaxLength()
public boolean isSigned()
Copyright © 2018 SAP SE. All rights reserved.