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