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