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