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