public class FiscalPeriod extends IntegerBasedErpType<FiscalPeriod>
Domain: MONAT Length: 2 Type: NUMC Decimals: 0
Constructor and Description |
---|
FiscalPeriod(int value) |
FiscalPeriod(long value) |
FiscalPeriod(String value) |
Modifier and Type | Method and Description |
---|---|
int |
getMaxLength() |
Class<FiscalPeriod> |
getType() |
boolean |
isSigned() |
static FiscalPeriod |
of(int value) |
static FiscalPeriod |
of(long value) |
static FiscalPeriod |
of(String value) |
byteValue, equals, getTypeConverter, getValue, hashCode, intValue, longValue, shortValue, toString
public FiscalPeriod(String value)
public FiscalPeriod(int value)
public FiscalPeriod(long value)
public static FiscalPeriod of(String value)
public static FiscalPeriod of(int value)
public static FiscalPeriod of(long value)
public int getMaxLength()
public boolean isSigned()
public Class<FiscalPeriod> getType()
Copyright © 2017 SAP SE. All rights reserved.