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