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