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