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) |
equals, getTypeConverter, getValue, hashCode, toString
public AssetScrapValue(String value)
public AssetScrapValue(BigDecimal value)
public AssetScrapValue(float value)
public AssetScrapValue(double value)
public static AssetScrapValue of(String value)
public static AssetScrapValue of(BigDecimal value)
public static AssetScrapValue of(float value)
public static AssetScrapValue of(double value)
public int getDecimals()
public int getMaxLength()
public boolean isSigned()
public Class<AssetScrapValue> getType()
Copyright © 2018 SAP SE. All rights reserved.