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