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) |
canEqual, equals, getTypeConverter, getValue, hashCode, toString
public GrossWeight(String value)
public GrossWeight(BigDecimal value)
public GrossWeight(float value)
public GrossWeight(double value)
@Nonnull public static GrossWeight of(String value)
@Nonnull public static GrossWeight of(BigDecimal value)
@Nonnull public static GrossWeight of(float value)
@Nonnull public static GrossWeight of(double value)
public int getDecimals()
getDecimals
in class DecimalBasedErpType<GrossWeight>
public int getMaxLength()
getMaxLength
in class DecimalBasedErpType<GrossWeight>
public boolean isSigned()
isSigned
in class DecimalBasedErpType<GrossWeight>
@Nonnull public Class<GrossWeight> getType()
getType
in class DecimalBasedErpType<GrossWeight>
Copyright © 2018 SAP SE. All rights reserved.