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