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