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